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

一个 ServiceEndpointCollection,表示 WSDL 文档中的终结点。

例外

注解

使用 ImportAllEndpoints 方法可从元数据文档导入所有终结点信息,并将它们作为 ServiceEndpoint 对象的集合返回。 在使用返回的对象之前,请检查 Errors 属性以确定是否有任何导入错误。

若仅导入某个特定 WSDL 端口,请参见 ImportEndpoint 方法。

适用于