WsdlImporter.ImportAllEndpoints メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 メソッドを参照してください。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET