Udostępnij za pośrednictwem


ClientBase<TChannel>.ChannelBase<T>.IOutputChannel.Via Właściwość

Definicja

Pobiera identyfikator URI zawierający adres transportu, do którego komunikaty są wysyłane w kanale wyjściowym.

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

Wartość właściwości

Uri

Element Uri zawierający adres transportu, do którego komunikaty są wysyłane w kanale wyjściowym.

Implementuje

Via

Uwagi

Ten element jest jawną implementacją członków. Można go używać tylko wtedy, gdy ClientBase<TChannel>.ChannelBase<T> wystąpienie jest rzutowe do interfejsu IOutputChannel .

Dotyczy