3 references to GetLifetimeTicks
System.Net.Http (3)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (2)
863
return connection.
GetLifetimeTicks
(Environment.TickCount64) > pooledConnectionLifetime.TotalMilliseconds;
874
return lifetime == TimeSpan.Zero || connection.
GetLifetimeTicks
(Environment.TickCount64) > lifetime.TotalMilliseconds;
System\Net\Http\SocketsHttpHandler\HttpConnectionBase.cs (1)
236
long lifetimeTicks =
GetLifetimeTicks
(nowTicks);