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)
502
TimeSpan drainTime = _connection._pool.Settings.
_maxResponseDrainTime
;
System\Net\Http\SocketsHttpHandler\ContentLengthReadStream.cs (1)
214
TimeSpan 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)
171
get => _settings.
_maxResponseDrainTime
;