1 write to timeoutHelper
System.ServiceModel (1)
System\ServiceModel\Channels\InternalDuplexChannelListener.cs (1)
295this.timeoutHelper = new TimeoutHelper(timeout);
2 references to timeoutHelper
System.ServiceModel (2)
System\ServiceModel\Channels\InternalDuplexChannelListener.cs (2)
296this.outputChannel = outer.ValidateStateAndGetOutputChannel(message, timeoutHelper); 301IAsyncResult result = outputChannel.BeginSend(message, timeoutHelper.RemainingTime(), sendCompleteCallback, this);