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

Definicja

Pobiera lokalizację docelową usługi, do której komunikaty są wysyłane w kanale wyjściowym.

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

Wartość właściwości

Usługa EndpointAddress , do której kanał wyjściowy wysyła komunikaty.

Implementuje

Uwagi

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

Dotyczy