2 writes to asynchronousTransactedAcceptEnabled
System.ServiceModel (2)
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (2)
95
this.
asynchronousTransactedAcceptEnabled
= false;
230
this.
asynchronousTransactedAcceptEnabled
= value;
1 reference to asynchronousTransactedAcceptEnabled
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
225
return this.
asynchronousTransactedAcceptEnabled
;