EndpointAddressBuilder.ToEndpointAddress メソッド

定義

現在のエンドポイント アドレス ビルダーのプロパティ値で初期化された新しいエンドポイント アドレスを作成します。

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

返品

プロパティが現在のエンドポイント アドレス ビルダーの値で初期化される EndpointAddress

EndpointAddress ea = eab.ToEndpointAddress();
Dim ea As EndpointAddress = eab.ToEndpointAddress()

注釈

エンドポイント アドレスから初期化される値は、ID、アドレス ヘッダー コレクション、URI、拡張バッファーです。

適用対象