WsdlImporter.ImportEndpoint(Port) メソッド

定義

指定した ServiceEndpoint オブジェクトの情報を使用する一連のメタデータ ドキュメント内のバインディング情報を表す Port を返します。

public:
 System::ServiceModel::Description::ServiceEndpoint ^ ImportEndpoint(System::Web::Services::Description::Port ^ wsdlPort);
public System.ServiceModel.Description.ServiceEndpoint ImportEndpoint (System.Web.Services.Description.Port wsdlPort);
member this.ImportEndpoint : System.Web.Services.Description.Port -> System.ServiceModel.Description.ServiceEndpoint
Public Function ImportEndpoint (wsdlPort As Port) As ServiceEndpoint

パラメーター

wsdlPort
Port

必要な WSDL ポートの情報を表す Port オブジェクト。

戻り値

メタデータ ドキュメント内の特定の WSDL ポートの情報を表す ServiceEndpoint オブジェクト。

例外

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

wsdlPortnull です。

注釈

ImportEndpoint メソッドを使用して、System.Web.Services.Description.Port オブジェクトでメタデータ内のポートの種類についての情報を検索し、それを ServiceEndpoint オブジェクトとして返します。 返されたオブジェクトを使用する前に、Errors プロパティを調べて、インポート エラーがあるかを確認します。

適用対象