9 implementations of BeforeImport
System.ServiceModel (6)
System\ServiceModel\Channels\ContextBindingElementImporter.cs (1)
23
public void
BeforeImport
(ServiceDescriptionCollection wsdlDocuments, XmlSchemaSet xmlSchemas, ICollection<XmlElement> policy)
System\ServiceModel\Channels\MessageEncodingBindingElementImporter.cs (1)
16
void IWsdlImportExtension.
BeforeImport
(ServiceDescriptionCollection wsdlDocuments, XmlSchemaSet xmlSchemas, ICollection<XmlElement> policy)
System\ServiceModel\Channels\StandardBindingImporter.cs (1)
16
void IWsdlImportExtension.
BeforeImport
(WsdlNS.ServiceDescriptionCollection wsdlDocuments, XmlSchemaSet xmlSchemas, ICollection<XmlElement> policy) { }
System\ServiceModel\Channels\TransportBindingElementImporter.cs (1)
25
void IWsdlImportExtension.
BeforeImport
(WsdlNS.ServiceDescriptionCollection wsdlDocuments, XmlSchemaSet xmlSchemas, ICollection<XmlElement> policy)
System\ServiceModel\Description\DataContractSerializerMessageContractImporter.cs (2)
48
void IWsdlImportExtension.
BeforeImport
(WsdlNS.ServiceDescriptionCollection wsdlDocuments, XmlSchemaSet xmlSchemas, ICollection<XmlElement> policy) { }
77
void IWsdlImportExtension.
BeforeImport
(WsdlNS.ServiceDescriptionCollection wsdlDocuments, XmlSchemaSet xmlSchemas, ICollection<XmlElement> policy) { }
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpTransportImporter.cs (1)
18
public void
BeforeImport
(WsdlNS.ServiceDescriptionCollection wsdlDocuments, Xml.Schema.XmlSchemaSet xmlSchemas, ICollection<Xml.XmlElement> policy)
System.Web.Extensions (2)
Compilation\WCFModel\AsmxEndpointPickerExtension.cs (1)
50
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)
Compilation\WCFModel\HttpBindingExtension.cs (1)
56
void IWsdlImportExtension.
BeforeImport
(WsdlNS.ServiceDescriptionCollection wsdlDocuments, XmlSchemaSet xmlSchemas, ICollection<XmlElement> policy)
2 references to BeforeImport
System.ServiceModel (1)
System\ServiceModel\Description\WsdlImporter.cs (1)
669
extension.
BeforeImport
(this.wsdlDocuments, this.xmlSchemas, this.policyDocuments.Values);
System.Web.Extensions (1)
Compilation\WCFModel\VSWCFServiceContractGenerator.cs (1)
1595
asmxFixerUpper.
BeforeImport
(importer.WsdlDocuments, null, null);