1 write to txFlow
System.ServiceModel (1)
System\ServiceModel\WSHttpBindingBase.cs (1)
214
txFlow
= GetDefaultTransactionFlowBindingElement();
5 references to txFlow
System.ServiceModel (5)
System\ServiceModel\WSHttpBindingBase.cs (5)
60
get { return this.
txFlow
.Transactions; }
61
set { this.
txFlow
.Transactions = value; }
199
get { return
txFlow
; }
279
if (!this.
txFlow
.IsMatch(txFlow))
301
bindingElements.Add(
txFlow
);