1 write to TimeoutHelper
System.ServiceModel (1)
System\ServiceModel\Channels\ReceiveContext.cs (1)
663this.TimeoutHelper = new TimeoutHelper(timeout);
4 references to TimeoutHelper
System.ServiceModel (4)
System\ServiceModel\Channels\ReceiveContext.cs (4)
446result = this.ReceiveContext.OnBeginAbandon(this.TimeoutHelper.RemainingTime(), PrepareAsyncCompletion(handleOperationComplete), this); 455result = this.ReceiveContext.OnBeginAbandon(exception, this.TimeoutHelper.RemainingTime(), PrepareAsyncCompletion(handleOperationComplete), this); 559result = this.ReceiveContext.OnBeginComplete(this.TimeoutHelper.RemainingTime(), PrepareAsyncCompletion(handleOperationComplete), this); 680if (!this.ReceiveContext.WaitForStateLockAsync(this.TimeoutHelper.RemainingTime(), onWaitForStateLockComplete, this))