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)
860TimeSpan pooledConnectionLifetime = _poolManager.Settings._pooledConnectionLifetime; 871TimeSpan lifetime = _poolManager.Settings._pooledConnectionLifetime; 950TimeSpan pooledConnectionLifetime = _poolManager.Settings._pooledConnectionLifetime;
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (1)
75settings._pooledConnectionLifetime == TimeSpan.Zero);
System\Net\Http\SocketsHttpHandler\HttpConnectionSettings.cs (1)
114_pooledConnectionLifetime = _pooledConnectionLifetime,
System\Net\Http\SocketsHttpHandler\SocketsHttpHandler.cs (1)
210get => _settings._pooledConnectionLifetime;