1 write to _pingCounter
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\Http2StreamWindowManager.cs (1)
221
_pingCounter
--;
4 references to _pingCounter
System.Net.Http (4)
System\Net\Http\SocketsHttpHandler\Http2StreamWindowManager.cs (4)
222
if (NetEventSource.Log.IsEnabled()) connection.Trace($"[FlowControl] Sending RTT PING with payload {
_pingCounter
}");
223
connection.LogExceptions(connection.SendPingAsync(
_pingCounter
, isAck: false));
246
if (
_pingCounter
!= payload)
248
if (NetEventSource.Log.IsEnabled()) connection.Trace($"[FlowControl] Unexpected RTT PING ACK payload {payload}, should be {
_pingCounter
}.");