1 write to txFlow
System.ServiceModel (1)
System\ServiceModel\WSDualHttpBinding.cs (1)
217
this.
txFlow
= GetDefaultTransactionFlowBindingElement();
4 references to txFlow
System.ServiceModel (4)
System\ServiceModel\WSDualHttpBinding.cs (4)
85
get { return this.
txFlow
.Transactions; }
86
set { this.
txFlow
.Transactions = value; }
295
if (!this.
txFlow
.IsMatch(txFlow))
342
bindingElements.Add(
txFlow
);