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。