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

適用対象