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