1 write to throwTimeoutByDefault
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (1)
423this.throwTimeoutByDefault = throwTimeoutByDefault;
2 references to throwTimeoutByDefault
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (2)
480return this.BeginWait(timeout, this.throwTimeoutByDefault, callback, state); 585return this.Wait(timeout, this.throwTimeoutByDefault);