2 writes to timeoutHelper
System.ServiceModel (2)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (2)
889
this.
timeoutHelper
= new TimeoutHelper(timeout);
1010
this.channel.OnOutputSessionClosed(ref this.
timeoutHelper
);
2 references to timeoutHelper
System.ServiceModel (2)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (2)
892
if (!channel.sendLock.EnterAsync(this.
timeoutHelper
.RemainingTime(), onEnterComplete, this))
996
AsyncCompletionResult completionResult = this.channel.BeginCloseOutput(this.
timeoutHelper
.RemainingTime(), onWriteComplete, this);