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