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 方法,從指定服務建立有關一組端點的中繼資料。