UdpTransportImporter.BeforeImport(ServiceDescriptionCollection, XmlSchemaSet, ICollection<XmlElement>) Método

Definição

Representa o transporte UDP antes de importar documentos de metadados.Represents the UDP transport prior to importing metadata documents.

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

Parâmetros

wsdlDocuments
ServiceDescriptionCollection

Os documentos WSDL.The WSDL documents.

xmlSchemas
XmlSchemaSet

Os esquemas XML.The XML schemas.

policy
ICollection<XmlElement>

A política.The policy.

Implementações

Aplica-se a