次の方法で共有


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、および拡張バッファーです。

適用対象