1 write to timeoutHelper
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (1)
2003this.timeoutHelper = new TimeoutHelper(timeout);
2 references to timeoutHelper
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (2)
2014this.timeoutHelper.RemainingTime(), MaskingMode.None, sendCallback, this); 2036TimeSpan receiveTimeout = this.requestor.GetReceiveTimeout(this.timeoutHelper.RemainingTime());