ClientBase<TChannel>.ChannelBase<T>.IClientChannel.Via 属性

定义

获取 URI,该 URI 包含客户端信道上发送的消息将要到达的传输地址。

property Uri ^ System::ServiceModel::IClientChannel::Via { Uri ^ get(); };
Uri System.ServiceModel.IClientChannel.Via { get; }
member this.System.ServiceModel.IClientChannel.Via : Uri
 ReadOnly Property Via As Uri Implements IClientChannel.Via

属性值

Uri

包含客户端信道上发送的消息将要到达的传输地址的 URI。

实现

Via

注解

此成员是显式接口成员的实现。 它只能在 ClientBase<TChannel>.ChannelBase<T> 实例被强制转换为 IClientChannel 接口时使用。

适用于