1 write to timeoutHelper
System.ServiceModel (1)
System\ServiceModel\Channels\ContextChannelRequestContext.cs (1)
126
this.
timeoutHelper
= new TimeoutHelper(timeout);
3 references to timeoutHelper
System.ServiceModel (3)
System\ServiceModel\Channels\ContextChannelRequestContext.cs (3)
139
IAsyncResult result = correlationCallback.BeginFinalizeCorrelation(this.message, this.
timeoutHelper
.RemainingTime(), onFinalizeCorrelation, this);
155
IAsyncResult result = this.context.innerContext.BeginReply(this.message, this.
timeoutHelper
.RemainingTime(), onReply, this);
236
replyResult = this.context.innerContext.BeginReply(this.replyMessage, this.
timeoutHelper
.RemainingTime(), onReply, this);