1 write to timeoutHelper
System.ServiceModel (1)
System\ServiceModel\Channels\ChannelDemuxer.cs (1)
743this.timeoutHelper = new TimeoutHelper(timeout);
4 references to timeoutHelper
System.ServiceModel (4)
System\ServiceModel\Channels\ChannelDemuxer.cs (4)
744if (!this.channelDemuxer.openSemaphore.EnterAsync(this.timeoutHelper.RemainingTime(), waitOverCallback, this)) 822result = this.channelDemuxer.innerListener.BeginAcceptChannel(this.timeoutHelper.RemainingTime(), acceptChannelCallback, this); 836IAsyncResult result = this.channelDemuxer.innerListener.BeginOpen(timeoutHelper.RemainingTime(), openListenerCallback, this); 912IAsyncResult openResult = this.channelDemuxer.innerChannel.BeginOpen(this.timeoutHelper.RemainingTime(), acceptChannelCallback, this);