1 write to transactionAutoCompleteOnSessionClose
System.ServiceModel (1)
System\ServiceModel\ServiceBehaviorAttribute.cs (1)
220this.transactionAutoCompleteOnSessionClose = value;
2 references to transactionAutoCompleteOnSessionClose
System.ServiceModel (2)
System\ServiceModel\ServiceBehaviorAttribute.cs (2)
217get { return transactionAutoCompleteOnSessionClose; } 386behavior.TransactionAutoCompleteOnSessionClose = this.transactionAutoCompleteOnSessionClose;