2 writes to _pingSentTimestamp
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\Http2StreamWindowManager.cs (2)
192
_pingSentTimestamp
= Stopwatch.GetTimestamp();
224
_pingSentTimestamp
= now;
2 references to _pingSentTimestamp
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\Http2StreamWindowManager.cs (2)
208
if (initial || now -
_pingSentTimestamp
> PingIntervalInTicks)
272
TimeSpan currentRtt = Stopwatch.GetElapsedTime(
_pingSentTimestamp
);