2 writes to _pooledConnectionLifetime
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\HttpConnectionSettings.cs (1)
112_pooledConnectionLifetime = _pooledConnectionLifetime,
System\Net\Http\SocketsHttpHandler\SocketsHttpHandler.cs (1)
224_settings._pooledConnectionLifetime = value;
6 references to _pooledConnectionLifetime
System.Net.Http (6)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (3)
873TimeSpan pooledConnectionLifetime = _poolManager.Settings._pooledConnectionLifetime; 884TimeSpan lifetime = _poolManager.Settings._pooledConnectionLifetime; 963TimeSpan pooledConnectionLifetime = _poolManager.Settings._pooledConnectionLifetime;
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (1)
77settings._pooledConnectionLifetime == TimeSpan.Zero) &&
System\Net\Http\SocketsHttpHandler\HttpConnectionSettings.cs (1)
112_pooledConnectionLifetime = _pooledConnectionLifetime,
System\Net\Http\SocketsHttpHandler\SocketsHttpHandler.cs (1)
215get => _settings._pooledConnectionLifetime;