1 write to timeoutHelper
System.ServiceModel (1)
System\ServiceModel\Channels\ContextOutputChannelBase.cs (1)
118
this.
timeoutHelper
= new TimeoutHelper(timeout);
3 references to timeoutHelper
System.ServiceModel (3)
System\ServiceModel\Channels\ContextOutputChannelBase.cs (3)
130
IAsyncResult result = this.correlationCallback.BeginFinalizeCorrelation(this.message, this.
timeoutHelper
.RemainingTime(), onFinalizeCorrelation, this);
147
this.message, this.
timeoutHelper
.RemainingTime(), onSend, this);
229
this.sendMessage, this.
timeoutHelper
.RemainingTime(), onSend, this);