1 write to readTimeoutHelper
System.ServiceModel (1)
System\ServiceModel\Channels\SessionConnectionReader.cs (1)
1209
this.
readTimeoutHelper
= new TimeoutHelper(timeout);
4 references to readTimeoutHelper
System.ServiceModel (4)
System\ServiceModel\Channels\SessionConnectionReader.cs (4)
1219
pendingMessage = DecodeMessage(
readTimeoutHelper
.RemainingTime());
1251
connection.BeginRead(0, buffer.Length,
readTimeoutHelper
.RemainingTime(), onAsyncReadComplete, null);
1444
Message message = DecodeMessage(this.
readTimeoutHelper
.RemainingTime());
1461
if (connection.BeginRead(0, buffer.Length, this.
readTimeoutHelper
.RemainingTime(),