Udostępnij za pośrednictwem


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

Definicja

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

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

Wartość właściwości

EndpointAddress

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 rzutowe do interfejsu IOutputChannel .

Dotyczy