ClientBase<TChannel>.ChannelBase<T>.IOutputChannel.RemoteAddress Propiedad

Definición

Obtiene el destino del servicio al que se mandan los mensajes en el canal de salida.

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

Valor de propiedad

EndpointAddress del servicio al que el canal de salida envía los mensajes.

Implementaciones

Comentarios

Este miembro es una implementación explícita de un miembro de interfaz. Solo se puede utilizar cuando la instancia de ClientBase<TChannel>.ChannelBase<T> se convierte en una interfaz IOutputChannel.

Se aplica a