ClientBase<TChannel>.Channel 属性

定义

获取用于将消息发送到不同配置的服务终结点的内部通道。

protected:
 property TChannel Channel { TChannel get(); };
protected TChannel Channel { get; }
member this.Channel : 'Channel
Protected ReadOnly Property Channel As TChannel

属性值

TChannel

指定类型的通道。

适用于