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

Definition

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

Property Value

Uri

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

Implements

Applies to