1 write to timeout
System.ServiceModel (1)
System\ServiceModel\Dispatcher\TransactionBehavior.cs (1)
46
this.
timeout
= TransactionBehavior.NormalizeTimeout(dispatch.ChannelDispatcher.TransactionTimeout);
1 reference to timeout
System.ServiceModel (1)
System\ServiceModel\Dispatcher\TransactionBehavior.cs (1)
349
transaction = TransactionBehavior.CreateTransaction(this.isolation, this.
timeout
);