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