1 write to timeoutHelper
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableChannelListener.cs (1)
338this.timeoutHelper = new TimeoutHelper(timeout);
2 references to timeoutHelper
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableChannelListener.cs (2)
341timeoutHelper.RemainingTime(), onInnerChannelListenerCloseComplete, this); 380return this.CloseBaseChannelListener(this.timeoutHelper.RemainingTime());