IContextChannel.RemoteAddress Propriedade
Definição
Obtém o endereço remoto associado ao canal.Gets the remote address associated with the channel.
public:
property System::ServiceModel::EndpointAddress ^ RemoteAddress { System::ServiceModel::EndpointAddress ^ get(); };
public System.ServiceModel.EndpointAddress RemoteAddress { get; }
member this.RemoteAddress : System.ServiceModel.EndpointAddress
Public ReadOnly Property RemoteAddress As EndpointAddress
Valor da propriedade
O remoto EndpointAddress para o canal.The remote EndpointAddress for the channel.