2 references to Age
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (2)
914return connection.Age > pooledConnectionLifetime; 930return lifetime == TimeSpan.Zero || connection.Age > lifetime;