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