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。
例外狀況
備註
使用 ImportAllEndpoints 方法,即可從中繼資料文件匯入所有端點資訊,並將這些資訊當做 ServiceEndpoint 物件集合傳回。 使用傳回的物件之前,請先檢查 Errors 屬性以判斷是否有任何匯入錯誤。
如果只要匯入特定的 WSDL 連接埠,請參閱 ImportEndpoint 方法。