TransactionFlowBindingElementImporter Class
Imports the transaction policy (WS-Policy assertions) of a service endpoint, adds implementing binding elements to the binding on the client, and transaction flow attributes to the appropriate operations on the service’s proxy. This class cannot be inherited.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
The service endpoint must have enabled transaction flow and its methods must flow transactions. The converted policy assertions all adhere to the WS-PolicyAssertions standard.
This class is used mainly by the infrastructure when it builds a proxy for a service that is transaction-flow enabled. Calling the ImportPolicy(MetadataImporter, PolicyConversionContext) method adds a TransactionFlowBindingElement instance to the PolicyConversionContext collection of binding elements. This also adds TransactionFlowAttribute instances, as appropriate, on the Operations collection present in the conversion context’s contract.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.