TransportBindingElementImporter Class
Imports standard transport binding elements from Web Services Description Language (WSDL) documents with attached policy expressions.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
The TransportBindingElementImporter type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | TransportBindingElementImporter | Initializes a new instance of the TransportBindingElementImporter 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 | Imports a TransportBindingElement instance from the policy attached to the WSDL binding. |
![]() ![]() | IWsdlImportExtension::BeforeImport | Adds custom policy assertions to the WSDL bindings in WSDL documents that are to be imported. |
![]() ![]() | IWsdlImportExtension::ImportContract | This method does nothing. |
![]() ![]() | IWsdlImportExtension::ImportEndpoint | Imports addressing information from the WSDL port and imports an HttpTransportBindingElement or an HttpsTransportBindingElement from the SOAP transport URI if a TransportBindingElement is not already imported from policy attached to the WSDL. |
The TransportBindingElementImporter type is an implementation of the IWsdlImportExtension and IPolicyImportExtension interfaces. It imports the HttpTransportBindingElement, HttpsTransportBindingElement, TcpTransportBindingElement, NamedPipeTransportBindingElement, MsmqTransportBindingElement, and PeerTransportBindingElement instances from WSDL service metadata.
When these TransportBindingElement types are imported, the TransportBindingElementImporter type also imports the addressing information from the WSDL metadata.
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.
