1 write to _keepAlivePingTimeoutTimestamp
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (1)
2137
_keepAlivePingTimeoutTimestamp
= now + _keepAlivePingTimeout;
1 reference to _keepAlivePingTimeoutTimestamp
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (1)
2145
if (now >
_keepAlivePingTimeoutTimestamp
)