1 write to timeoutHelper
System.ServiceModel (1)
System\ServiceModel\Channels\HttpRequestContext.cs (1)
571this.timeoutHelper = new TimeoutHelper(timeout);
2 references to timeoutHelper
System.ServiceModel (2)
System\ServiceModel\Channels\HttpRequestContext.cs (2)
736result = context.httpOutput.BeginSend(this.timeoutHelper.RemainingTime(), onSendCompleted, this); 740result = context.httpOutput.BeginSend(httpResponseMessage, this.timeoutHelper.RemainingTime(), onSendCompleted, this);