WsdlImporter.ImportEndpoints 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回 ServiceEndpoint 物件的集合,這些物件符合使用指定的繫結、與已指定連接埠類型相關聯或在指定的 WSDL 服務之內的所有 WSDL 連接埠。
多載
ImportEndpoints(Binding) |
傳回 ServiceEndpointCollection,這個集合表示使用指定之 Binding 的所有 WSDL 連接埠類型。 |
ImportEndpoints(PortType) |
傳回 ServiceEndpointCollection,這個集合表示與已指定 PortType 相關聯的所有 WSDL 連接埠類型。 |
ImportEndpoints(Service) |
傳回 ServiceEndpointCollection,這個集合表示位在已指定 Service 內的所有 WSDL 連接埠類型。 |
ImportEndpoints(Binding)
傳回 ServiceEndpointCollection,這個集合表示使用指定之 Binding 的所有 WSDL 連接埠類型。
public:
System::ServiceModel::Description::ServiceEndpointCollection ^ ImportEndpoints(System::Web::Services::Description::Binding ^ wsdlBinding);
public System.ServiceModel.Description.ServiceEndpointCollection ImportEndpoints (System.Web.Services.Description.Binding wsdlBinding);
member this.ImportEndpoints : System.Web.Services.Description.Binding -> System.ServiceModel.Description.ServiceEndpointCollection
Public Function ImportEndpoints (wsdlBinding As Binding) As ServiceEndpointCollection
參數
傳回
ServiceEndpointCollection,這個集合表示使用指定之 Binding 的所有 WSDL 連接埠類型。
例外狀況
wsdlBinding
為 null
。
備註
使用傳回的物件之前,請先檢查 Errors 屬性以判斷是否有任何匯入錯誤。
適用於
ImportEndpoints(PortType)
傳回 ServiceEndpointCollection,這個集合表示與已指定 PortType 相關聯的所有 WSDL 連接埠類型。
public:
System::ServiceModel::Description::ServiceEndpointCollection ^ ImportEndpoints(System::Web::Services::Description::PortType ^ wsdlPortType);
public System.ServiceModel.Description.ServiceEndpointCollection ImportEndpoints (System.Web.Services.Description.PortType wsdlPortType);
member this.ImportEndpoints : System.Web.Services.Description.PortType -> System.ServiceModel.Description.ServiceEndpointCollection
Public Function ImportEndpoints (wsdlPortType As PortType) As ServiceEndpointCollection
參數
傳回
ServiceEndpointCollection,這個集合表示與已指定 PortType 相關聯的所有 WSDL 連接埠類型。
例外狀況
wsdlPortType
為 null
。
備註
使用傳回的物件之前,請先檢查 Errors 屬性以判斷是否有任何匯入錯誤。
適用於
ImportEndpoints(Service)
傳回 ServiceEndpointCollection,這個集合表示位在已指定 Service 內的所有 WSDL 連接埠類型。
public:
System::ServiceModel::Description::ServiceEndpointCollection ^ ImportEndpoints(System::Web::Services::Description::Service ^ wsdlService);
public System.ServiceModel.Description.ServiceEndpointCollection ImportEndpoints (System.Web.Services.Description.Service wsdlService);
member this.ImportEndpoints : System.Web.Services.Description.Service -> System.ServiceModel.Description.ServiceEndpointCollection
Public Function ImportEndpoints (wsdlService As Service) As ServiceEndpointCollection
參數
傳回
ServiceEndpointCollection,這個集合表示位在已指定 Service 內的所有 WSDL 連接埠類型。
例外狀況
wsdlService
為 null
。
備註
使用傳回的物件之前,請先檢查 Errors 屬性以判斷是否有任何匯入錯誤。