2 writes to _maxResponseDrainTime
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\HttpConnectionSettings.cs (1)
110_maxResponseDrainTime = _maxResponseDrainTime,
System\Net\Http\SocketsHttpHandler\SocketsHttpHandler.cs (1)
181_settings._maxResponseDrainTime = value;
5 references to _maxResponseDrainTime
System.Net.Http (5)
System\Net\Http\SocketsHttpHandler\ChunkedEncodingReadStream.cs (1)
502TimeSpan drainTime = _connection._pool.Settings._maxResponseDrainTime;
System\Net\Http\SocketsHttpHandler\ContentLengthReadStream.cs (1)
214TimeSpan drainTime = _connection._pool.Settings._maxResponseDrainTime;
System\Net\Http\SocketsHttpHandler\HttpConnectionSettings.cs (1)
110_maxResponseDrainTime = _maxResponseDrainTime,
System\Net\Http\SocketsHttpHandler\HttpContentReadStream.cs (1)
84$"Connection drain failed when MaxResponseDrainSize={connection._pool.Settings._maxResponseDrainSize} bytes or MaxResponseDrainTime=={connection._pool.Settings._maxResponseDrainTime} exceeded");
System\Net\Http\SocketsHttpHandler\SocketsHttpHandler.cs (1)
171get => _settings._maxResponseDrainTime;