次の方法で共有


TcpRelayTransportBindingElementImporter.IWsdlImportExtension.BeforeImport メソッド

定義

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

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>

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

実装

適用対象