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

Definición

Obtiene la dirección remota asociada al canal.

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

Valor de propiedad

EndpointAddress

El EndpointAddress remoto para el canal.

Implementaciones

Se aplica a