ServiceMetadataEndpoint コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
エンドポイント アドレス。
適用対象
.NET