1 write to timeoutHelper
System.ServiceModel (1)
System\ServiceModel\Channels\ConnectionDemuxer.cs (1)
508this.timeoutHelper = new TimeoutHelper(this.singletonChannelListener.ReceiveTimeout);
2 references to timeoutHelper
System.ServiceModel (2)
System\ServiceModel\Channels\ConnectionDemuxer.cs (2)
509IAsyncResult result = this.serverSingletonPreambleReader.BeginCompletePreamble(this.timeoutHelper.RemainingTime(), onPreambleComplete, this); 558RequestContext requestContext = singletonReader.ReceiveRequest(this.timeoutHelper.RemainingTime());