StandardRelayBindingImporter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Maps WSDL contracts and policy assertions into Azure Service Bus standard bindings.
public class StandardRelayBindingImporter : System.ServiceModel.Description.IWsdlImportExtension
type StandardRelayBindingImporter = class
interface IWsdlImportExtension
Public Class StandardRelayBindingImporter
Implements IWsdlImportExtension
- Inheritance
-
StandardRelayBindingImporter
- Implements
Constructors
StandardRelayBindingImporter() |
Methods
BeforeImport(ServiceDescriptionCollection, XmlSchemaSet, ICollection<XmlElement>) |
Called prior to importing the metadata documents associated with the standard binding. |
ImportContract(WsdlImporter, WsdlContractConversionContext) |
Imports WSDL contract information for standard bindings. |
ImportEndpoint(WsdlImporter, WsdlEndpointConversionContext) |
Maps endpoints defined in WSDL into the service description. |