MessageEncodingBindingElementImporter Class
Converts WSDL-based policies and contracts about message encoding into descriptions of the binding elements that can implement these policies for the service.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
The MessageEncodingBindingElementImporter type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | MessageEncodingBindingElementImporter | Initializes a new instance of the MessageEncodingBindingElementImporter 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 | |
|---|---|---|
![]() ![]() | IPolicyImportExtension::ImportPolicy | Defines a method that can import custom policy assertions for message encoding and that adds the binding elements that implement the policy. |
![]() ![]() | IWsdlImportExtension::BeforeImport | Called prior to importing the metadata documents associated with the encoding. |
![]() ![]() | IWsdlImportExtension::ImportContract | Called when importing a contract. |
![]() ![]() | IWsdlImportExtension::ImportEndpoint | Maps the custom WSDL extensions for encoding messages to the service description. |
Override this class to extend the standard mapping between WSDL and a message encoding binding element. 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 Service Model 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 message encoding binding elements.
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.
