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