WsdlImporter.ImportAllEndpoints メソッド

定義

WSDL ドキュメント内のエンドポイントを表す ServiceEndpointCollection を返します。

public:
 override System::ServiceModel::Description::ServiceEndpointCollection ^ ImportAllEndpoints();
public override System.ServiceModel.Description.ServiceEndpointCollection ImportAllEndpoints ();
override this.ImportAllEndpoints : unit -> System.ServiceModel.Description.ServiceEndpointCollection
Public Overrides Function ImportAllEndpoints () As ServiceEndpointCollection

戻り値

WSDL ドキュメント内のエンドポイントを表す ServiceEndpointCollection

例外

WsdlImporter でエラーが発生しました。

注釈

ImportAllEndpoints メソッドを使用して、メタデータ ドキュメントからすべてのエンドポイント情報をインポートし、それらを ServiceEndpoint オブジェクトのコレクションとして返します。 返されたオブジェクトを使用する前に、Errors プロパティを調べて、インポート エラーがあるかを確認します。

特定の WSDL ポートだけをインポートするには、ImportEndpoint メソッドを参照してください。

適用対象