5 references to TransactionFlowBindingElement
System.ServiceModel (5)
System\ServiceModel\Channels\TransactionFlowBindingElementImporter.cs (1)
201
settings = new
TransactionFlowBindingElement
(false);
System\ServiceModel\NetNamedPipeBinding.cs (1)
156
return new
TransactionFlowBindingElement
(false);
System\ServiceModel\NetTcpBinding.cs (1)
186
return new
TransactionFlowBindingElement
(NetTcpDefaults.TransactionsEnabled);
System\ServiceModel\WSDualHttpBinding.cs (1)
208
TransactionFlowBindingElement tfbe = new
TransactionFlowBindingElement
(false);
System\ServiceModel\WSHttpBindingBase.cs (1)
204
TransactionFlowBindingElement tfbe = new
TransactionFlowBindingElement
(false);