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