WsdlExporter.ExportEndpoints 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从指定服务生成终结点组的元数据。
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
服务的名称。
例外
发生错误的导出程序。
endpoints
或 wsdlServiceQName
为 null
。
绑定为 null
。
注解
使用 ExportEndpoints 方法可从指定的服务中创建一组终结点的元数据。