Udostępnij za pośrednictwem


ClientBase<TChannel>.InnerChannel Właściwość

Definicja

Pobiera podstawową IClientChannel implementację.

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

Wartość właściwości

IClientChannel

Kanał klienta dla obiektu klienta WCF.

Uwagi

InnerChannel Użyj właściwości , aby uzyskać System.ServiceModel.IClientChannel element używany do nawiązywania połączenia z usługą.

Dotyczy