1 write to timeoutHelper
System.ServiceModel (1)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
1046
this.
timeoutHelper
= new TimeoutHelper(timeout);
3 references to timeoutHelper
System.ServiceModel (3)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (3)
1051
if (!channel.sendLock.EnterAsync(this.
timeoutHelper
.RemainingTime(), onEnterComplete, this))
1171
completionResult = this.channel.StartWritingStreamedMessage(message, this.
timeoutHelper
.RemainingTime(), onWriteComplete, this);
1185
this.
timeoutHelper
.RemainingTime(),