1 write to throwTimeoutOnWait
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (1)
1758this.throwTimeoutOnWait = throwTimeoutOnWait;
1 reference to throwTimeoutOnWait
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (1)
1759this.waitHandle = new InterruptibleWaitObject(false, this.throwTimeoutOnWait);