1 write to timeoutHelper
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
2219this.timeoutHelper = new TimeoutHelper(timeout);
4 references to timeoutHelper
System.ServiceModel (4)
System\ServiceModel\Channels\ReliableChannelBinder.cs (4)
2316this.timeoutHelper.RemainingTime(), onTryGetChannelComplete, this); 2509this.timeoutHelper.RemainingTime(), onOpenComplete, this); 2541TimeSpan timeout = this.timeoutHelper.RemainingTime(); 2546this.timer.Set(this.timeoutHelper.RemainingTime());