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

サービスの名前。

例外

エクスポーターにエラーが発生しました。

endpoints または wsdlServiceQNamenull です。

バインディングが null です。

注釈

ExportEndpoints メソッドを使用して、指定されたサービスから一連のエンドポイントについてのメタデータを作成します。

適用対象