WsdlExporter.ExportEndpoints 方法

定义

从指定服务生成终结点组的元数据。

public:
 void ExportEndpoints(System::Collections::Generic::IEnumerable<System::ServiceModel::Description::ServiceEndpoint ^> ^ endpoints, System::Xml::XmlQualifiedName ^ wsdlServiceQName);
public void ExportEndpoints (System.Collections.Generic.IEnumerable<System.ServiceModel.Description.ServiceEndpoint> endpoints, System.Xml.XmlQualifiedName wsdlServiceQName);
member this.ExportEndpoints : seq<System.ServiceModel.Description.ServiceEndpoint> * System.Xml.XmlQualifiedName -> unit
Public Sub ExportEndpoints (endpoints As IEnumerable(Of ServiceEndpoint), wsdlServiceQName As XmlQualifiedName)

参数

endpoints
IEnumerable<ServiceEndpoint>

要生成其元数据的 ServiceEndpoint 对象。

wsdlServiceQName
XmlQualifiedName

服务的名称。

例外

发生错误的导出程序。

endpointswsdlServiceQNamenull

绑定为 null

注解

使用 ExportEndpoints 方法可从指定的服务中创建一组终结点的元数据。

适用于