1 write to timeoutHelper
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableOutputConnection.cs (1)
633
this.
timeoutHelper
= new TimeoutHelper(timeout);
3 references to timeoutHelper
System.ServiceModel (3)
System\ServiceModel\Channels\ReliableOutputConnection.cs (3)
648
result = this.connection.strategy.BeginAddLast(message, this.
timeoutHelper
.RemainingTime(), state, addCompleteStatic, this);
652
result = this.connection.strategy.BeginAdd(message, this.
timeoutHelper
.RemainingTime(), state, addCompleteStatic, this);
743
result = this.connection.beginSendHandler(attemptInfo, this.
timeoutHelper
.RemainingTime(), false, sendCompleteStatic, this);