IContextChannel.RemoteAddress 屬性

定義

取得與通道相關聯的遠端位址。

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

屬性值

EndpointAddress

通道的遠端 EndpointAddress

適用於