2 writes to _pooledConnectionLifetime
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\HttpConnectionSettings.cs (1)
114
_pooledConnectionLifetime
= _pooledConnectionLifetime,
System\Net\Http\SocketsHttpHandler\SocketsHttpHandler.cs (1)
219
_settings.
_pooledConnectionLifetime
= value;
6 references to _pooledConnectionLifetime
System.Net.Http (6)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (3)
860
TimeSpan pooledConnectionLifetime = _poolManager.Settings.
_pooledConnectionLifetime
;
871
TimeSpan lifetime = _poolManager.Settings.
_pooledConnectionLifetime
;
950
TimeSpan pooledConnectionLifetime = _poolManager.Settings.
_pooledConnectionLifetime
;
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (1)
75
settings.
_pooledConnectionLifetime
== TimeSpan.Zero);
System\Net\Http\SocketsHttpHandler\HttpConnectionSettings.cs (1)
114
_pooledConnectionLifetime =
_pooledConnectionLifetime
,
System\Net\Http\SocketsHttpHandler\SocketsHttpHandler.cs (1)
210
get => _settings.
_pooledConnectionLifetime
;