Udostępnij za pośrednictwem


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

Definicja

Pobiera adres transportu, do którego jest wysyłane żądanie.

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

Wartość właściwości

Uri

Element Uri zawierający adres transportu, do którego jest wysyłana wiadomość.

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 IRequestChannel .

Dotyczy