次の方法で共有


Endpoint.GetAddress メソッド

定義

エンドポイントのアドレスを取得します。

オーバーロード

GetAddress()

エンドポイントのアドレスを取得します。

GetAddress(ServiceHostBase)

指定された ServiceHostBase インスタンスを使用してエンドポイントのアドレスを取得します。

GetAddress()

エンドポイントのアドレスを取得します。

public:
 System::ServiceModel::EndpointAddress ^ GetAddress();
public System.ServiceModel.EndpointAddress GetAddress ();
member this.GetAddress : unit -> System.ServiceModel.EndpointAddress
Public Function GetAddress () As EndpointAddress

戻り値

エンドポイントの EndpointAddress

適用対象

GetAddress(ServiceHostBase)

指定された ServiceHostBase インスタンスを使用してエンドポイントのアドレスを取得します。

public:
 System::ServiceModel::EndpointAddress ^ GetAddress(System::ServiceModel::ServiceHostBase ^ host);
public System.ServiceModel.EndpointAddress GetAddress (System.ServiceModel.ServiceHostBase host);
member this.GetAddress : System.ServiceModel.ServiceHostBase -> System.ServiceModel.EndpointAddress
Public Function GetAddress (host As ServiceHostBase) As EndpointAddress

パラメーター

host
ServiceHostBase

使用する ServiceHostBase インスタンス。

戻り値

エンドポイントの EndpointAddress

適用対象