ClientBase<TChannel>.InnerChannel 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得基礎 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。