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