ClientBase<TChannel>.InnerChannel 屬性

定義

取得基礎 IClientChannel 實作。

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

屬性值

WCF 用戶端物件的用戶端通道。

備註

請使用 InnerChannel 屬性取得用來連接服務的 System.ServiceModel.IClientChannel

適用於