ClientBase<TChannel>.InnerChannel Propriété

Définition

Obtient l'implémentation IClientChannel sous-jacente.

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

Valeur de propriété

Canal client pour l’objet client WCF.

Remarques

Utilisez la propriété InnerChannel pour obtenir le System.ServiceModel.IClientChannel utilisé pour se connecter au service.

S’applique à