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