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