ClientBase<TChannel>.Channel 属性
定义
获取用于将消息发送到不同配置的服务终结点的内部通道。Gets the inner channel used to send messages to variously configured service endpoints.
protected:
property TChannel Channel { TChannel get(); };
protected TChannel Channel { get; }
member this.Channel : 'Channel
Protected ReadOnly Property Channel As TChannel
属性值
- TChannel
指定类型的通道。A channel of a specified type.