1 write to timeoutHelper
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
2595this.timeoutHelper = new TimeoutHelper(timeout);
3 references to timeoutHelper
System.ServiceModel (3)
System\ServiceModel\Channels\ReliableChannelBinder.cs (3)
2651this.timeoutHelper.RemainingTime())) 2675channel.Open(this.timeoutHelper.RemainingTime()); 2727if (!TimeoutHelper.WaitOne(this.completeEvent, this.timeoutHelper.RemainingTime()))