ClientBase<TChannel>.ChannelBase<T>.IClientChannel.Via Property

Definition

Gets the URI that contains the transport address to which messages are sent on the client channel.

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

Property Value

Uri

The URI that contains the transport address to which messages are sent on the channel.

Implements

Via

Remarks

This member is an explicit interface member implementation. It can be used only when the ClientBase<TChannel>.ChannelBase<T> instance is cast to an IClientChannel interface.

Applies to