ClientBase<TChannel>.ChannelBase<T>.Via 属性
定义
获取 URI,该 URI 包含客户端信道上发送的消息将要到达的传输地址。Gets the URI that contains the transport address to which messages are sent on the client channel.
public:
property Uri ^ Via { Uri ^ get(); };
public Uri Via { get; }
member this.Via : Uri
Public ReadOnly Property Via As Uri
属性值
包含客户端通道上发送的消息将要到达的传输地址的 Uri。The Uri that contains the transport address to which messages are sent on the channel.