共用方式為


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

傳回

ServiceEndpointCollection

表示 WSDL 文件中之端點的 ServiceEndpointCollection

例外狀況

備註

使用 ImportAllEndpoints 方法,即可從中繼資料文件匯入所有端點資訊,並將這些資訊當做 ServiceEndpoint 物件集合傳回。 使用傳回的物件之前,請先檢查 Errors 屬性以判斷是否有任何匯入錯誤。

如果只要匯入特定的 WSDL 連接埠,請參閱 ImportEndpoint 方法。

適用於