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