ServiceMetadataEndpoint コンストラクター

定義

ServiceMetadataEndpoint クラスの新しいインスタンスを作成して初期化します。

オーバーロード

ServiceMetadataEndpoint()

ServiceMetadataEndpoint クラスの新しいインスタンスを作成して初期化します。

ServiceMetadataEndpoint(EndpointAddress)

指定したエンドポイント アドレスを使用して、ServiceMetadataEndpoint クラスの新しいインスタンスを作成して初期化します。

ServiceMetadataEndpoint(Binding, EndpointAddress)

指定したバインディングとエンドポイント アドレスを使用して、ServiceMetadataEndpoint クラスの新しいインスタンスを作成して初期化します。

ServiceMetadataEndpoint()

ServiceMetadataEndpoint クラスの新しいインスタンスを作成して初期化します。

public:
 ServiceMetadataEndpoint();
public ServiceMetadataEndpoint ();
Public Sub New ()

適用対象

ServiceMetadataEndpoint(EndpointAddress)

指定したエンドポイント アドレスを使用して、ServiceMetadataEndpoint クラスの新しいインスタンスを作成して初期化します。

public:
 ServiceMetadataEndpoint(System::ServiceModel::EndpointAddress ^ address);
public ServiceMetadataEndpoint (System.ServiceModel.EndpointAddress address);
new System.ServiceModel.Description.ServiceMetadataEndpoint : System.ServiceModel.EndpointAddress -> System.ServiceModel.Description.ServiceMetadataEndpoint
Public Sub New (address As EndpointAddress)

パラメーター

address
EndpointAddress

エンドポイント アドレス。

適用対象

ServiceMetadataEndpoint(Binding, EndpointAddress)

指定したバインディングとエンドポイント アドレスを使用して、ServiceMetadataEndpoint クラスの新しいインスタンスを作成して初期化します。

public:
 ServiceMetadataEndpoint(System::ServiceModel::Channels::Binding ^ binding, System::ServiceModel::EndpointAddress ^ address);
public ServiceMetadataEndpoint (System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress address);
new System.ServiceModel.Description.ServiceMetadataEndpoint : System.ServiceModel.Channels.Binding * System.ServiceModel.EndpointAddress -> System.ServiceModel.Description.ServiceMetadataEndpoint
Public Sub New (binding As Binding, address As EndpointAddress)

パラメーター

binding
Binding

サービス メタデータ エンドポイントに使用するバインディング。

address
EndpointAddress

エンドポイント アドレス。

適用対象