ClientBase<TChannel>.InnerChannel Vlastnost

Definice

Získá základní IClientChannel implementaci.

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

Hodnota vlastnosti

Kanál klienta pro objekt klienta WCF.

Poznámky

InnerChannel Pomocí vlastnosti získáte System.ServiceModel.IClientChannel vlastnost, která se používá pro připojení ke službě.

Platí pro