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
返回
一个 ServiceEndpointCollection,表示 WSDL 文档中的终结点。
例外
注解
使用 ImportAllEndpoints 方法可从元数据文档导入所有终结点信息,并将它们作为 ServiceEndpoint 对象的集合返回。 在使用返回的对象之前,请检查 Errors 属性以确定是否有任何导入错误。
若仅导入某个特定 WSDL 端口,请参见 ImportEndpoint 方法。