StandardBindingImporter Class
Provides an extensibility point for mapping WSDL contracts and policy assertions into standard bindings.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
The StandardBindingImporter type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | StandardBindingImporter | Initializes a new instance of the StandardBindingImporter class. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IWsdlImportExtension::BeforeImport | Called prior to importing the metadata documents associated with the standard binding. |
![]() ![]() | IWsdlImportExtension::ImportContract | Provides an extensibility point for importing WSDL contract information for standard bindings. |
![]() ![]() | IWsdlImportExtension::ImportEndpoint | Provides an extensibility point for mapping endpoints defined in WSDL into the service description. |
Override this class to extend the standard mapping between WSDL and a standard binding. Then attach your custom object to a WsdlImporter either programmatically or by using an application configuration file. You can also attach your custom object to the internal WsdlImporter used by the ServiceModel Metadata Utility Tool (Svcutil.exe) using an application configuration file.
Use the BeforeImport(ServiceDescriptionCollection, XmlSchemaSet, ICollection<XmlElement>) method to directly modify the metadata that is then imported into standard binding objects.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
