次の方法で共有


TransportBindingElementImporter.IWsdlImportExtension.BeforeImport メソッド

定義

インポートする WSDL ドキュメントの WSDL バインドにカスタム ポリシー アサーションを追加します。

 virtual void System.ServiceModel.Description.IWsdlImportExtension.BeforeImport(System::Web::Services::Description::ServiceDescriptionCollection ^ wsdlDocuments, System::Xml::Schema::XmlSchemaSet ^ xmlSchemas, System::Collections::Generic::ICollection<System::Xml::XmlElement ^> ^ policy) = System::ServiceModel::Description::IWsdlImportExtension::BeforeImport;
void IWsdlImportExtension.BeforeImport (System.Web.Services.Description.ServiceDescriptionCollection wsdlDocuments, System.Xml.Schema.XmlSchemaSet xmlSchemas, System.Collections.Generic.ICollection<System.Xml.XmlElement> policy);
abstract member System.ServiceModel.Description.IWsdlImportExtension.BeforeImport : System.Web.Services.Description.ServiceDescriptionCollection * System.Xml.Schema.XmlSchemaSet * System.Collections.Generic.ICollection<System.Xml.XmlElement> -> unit
override this.System.ServiceModel.Description.IWsdlImportExtension.BeforeImport : System.Web.Services.Description.ServiceDescriptionCollection * System.Xml.Schema.XmlSchemaSet * System.Collections.Generic.ICollection<System.Xml.XmlElement> -> unit
Sub BeforeImport (wsdlDocuments As ServiceDescriptionCollection, xmlSchemas As XmlSchemaSet, policy As ICollection(Of XmlElement)) Implements IWsdlImportExtension.BeforeImport

パラメーター

wsdlDocuments
ServiceDescriptionCollection

インポートする WSDL ドキュメントのコレクション。

xmlSchemas
XmlSchemaSet

インポートする XML スキーマ ドキュメントのコレクション。

policy
ICollection<XmlElement>

インポートするポリシー アサーションのコレクション。

実装

注釈

このメソッドは、ポリシーを既に結び付けている WSDL バインドにポリシー式を結び付けます。 追加するポリシー式には、SOAP バインドからの SOAP トランスポート URI を含むカスタム ポリシー アサーションを格納します。 このポリシー アサーションは、エンドポイントをインポートするときに、正しいトランスポート バインド要素をインポートするために使用されます。

適用対象