DuplexClientBase<TChannel>.InnerDuplexChannel Propriété

Définition

Obtient l’implémentation sous-jacente IClientChannel du canal duplex.

public:
 property System::ServiceModel::IDuplexContextChannel ^ InnerDuplexChannel { System::ServiceModel::IDuplexContextChannel ^ get(); };
public System.ServiceModel.IDuplexContextChannel InnerDuplexChannel { get; }
member this.InnerDuplexChannel : System.ServiceModel.IDuplexContextChannel
Public ReadOnly Property InnerDuplexChannel As IDuplexContextChannel

Valeur de propriété

Canal duplex interne retourné par la InnerChannel propriété cast en IDuplexContextChannel.

S’applique à