StandardBindingImporter Class
Provides an extensibility point for mapping WSDL contracts and policy assertions into Windows Communication Foundation (WCF) standard bindings.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| 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 the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IWsdlImportExtension.BeforeImport(ServiceDescriptionCollection, XmlSchemaSet, ICollection(Of XmlElement)) | Called prior to importing the metadata documents associated with the standard binding. |
![]() ![]() | IWsdlImportExtension.ImportContract(WsdlImporter, WsdlContractConversionContext) | Provides an extensibility point for importing WSDL contract information for standard bindings. |
![]() ![]() | IWsdlImportExtension.ImportEndpoint(WsdlImporter, WsdlEndpointConversionContext) | 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 IWsdlImportExtension.BeforeImport method to directly modify the metadata that is then imported into standard binding objects.
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



