2 writes to _pingSentTimestamp
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http2\Http2KeepAlive.cs (2)
55
_pingSentTimestamp
= 0;
71
_pingSentTimestamp
= timestamp + _timeProvider.TimestampFrequency;
1 reference to _pingSentTimestamp
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http2\Http2KeepAlive.cs (1)
80
if (timestamp > (
_pingSentTimestamp
+ _keepAliveTimeout))