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 メソッドを使用して、指定したサービスからエンドポイントのセットに関するメタデータを作成します。