1 write to _lastFrameReceivedTimestamp
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http2\Http2KeepAlive.cs (1)
50
_lastFrameReceivedTimestamp
= timestamp + _timeProvider.TimestampFrequency;
1 reference to _lastFrameReceivedTimestamp
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http2\Http2KeepAlive.cs (1)
65
if (timestamp > (
_lastFrameReceivedTimestamp
+ _keepAliveInterval))