NetTcpBindingElement::TransactionFlow Property
.NET Framework (current version)
Gets or sets a Boolean value that specifies whether the binding supports flowing WS-Transactions.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: [ConfigurationPropertyAttribute("transactionFlow", DefaultValue = false)] property bool TransactionFlow { bool get(); void set(bool value); }
Property Value
Type: System::Booleantrue if the binding supports flowing WS-Transactions; otherwise, false. The default is false.
.NET Framework
Available since 3.0
Available since 3.0
Show: