1 write to timeout
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (1)
2496this.timeout = timeout;
3 references to timeout
System.ServiceModel (3)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (3)
2507if (this.timeout != TimeSpan.MaxValue) 2510this.timer.Set(this.timeout); 2548Complete(false, new TimeoutException(this.GetTimeoutString(this.timeout)));