TransactionFlowBindingElement Class
Represents the configuration element that specifies transaction flow support for a binding. This class cannot be inherited.
System.ServiceModel.Channels.BindingElement
System.ServiceModel.Channels.TransactionFlowBindingElement
Namespace: System.ServiceModel.Channels
Assembly: System.ServiceModel (in System.ServiceModel.dll)
The TransactionFlowBindingElement type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | TransactionFlowBindingElement() | Initializes a new instance of the TransactionFlowBindingElement class. |
![]() | TransactionFlowBindingElement(TransactionProtocol) | Initializes a new instance of the TransactionFlowBindingElement class with the specified protocol that is used to flow a transaction. |
| Name | Description | |
|---|---|---|
![]() | AllowWildcardAction | Gets or sets whether wildcard action is set to be allowed on a transaction flow binding element to be cloned. |
![]() | TransactionProtocol | Gets or sets the transaction protocol used in flowing a transaction. |
| Name | Description | |
|---|---|---|
![]() | BuildChannelFactory<TChannel> | Initializes a channel factory for producing channels of a specified type from a binding context. (Overrides BindingElement.BuildChannelFactory<TChannel>(BindingContext).) |
![]() | BuildChannelListener<TChannel> | Initializes a channel listener for accepting channels of a specified type from the binding context. (Overrides BindingElement.BuildChannelListener<TChannel>(BindingContext).) |
![]() | CanBuildChannelFactory<TChannel> | Returns a value that indicates whether the specified binding context can build a channel factory for producing channels of a specified type. (Overrides BindingElement.CanBuildChannelFactory<TChannel>(BindingContext).) |
![]() | CanBuildChannelListener<TChannel> | Returns a value that indicates whether the specified binding context can build a channel listener for accepting channels of a specified type. (Overrides BindingElement.CanBuildChannelListener<TChannel>(BindingContext).) |
![]() | Clone | Creates a duplicate of this element. (Overrides BindingElement.Clone().) |
![]() | Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetProperty<T> | Gets the typed object requested, if present, from the appropriate layer in the binding stack. (Overrides BindingElement.GetProperty<T>(BindingContext).) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ShouldSerializeTransactionProtocol | Returns whether the transaction protocol used for transaction flow can be serialized. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IPolicyExportExtension.ExportPolicy | Exports a custom policy assertion about the binding. |
This element allows you to enable or disable incoming transaction flow in an endpoint’s binding settings, as well as to specify the desired protocol format for incoming transactions.
Caution |
|---|
When using the OleTransactions protocol to flow transactions from endpoint to endpoint, the transaction timeout can be lost if the destination endpoint attempts to flow again using any protocol other than OleTransactions. This can cause all down-level nodes after the OleTransactions hop to timeout later than expected. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
