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