3 references to SendPingAsync
System.Net.Http (3)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (2)
1002
LogExceptions(
SendPingAsync
(pingContentLong, isAck: true));
2140
LogExceptions(
SendPingAsync
(pingPayload));
System\Net\Http\SocketsHttpHandler\Http2StreamWindowManager.cs (1)
223
connection.LogExceptions(connection.
SendPingAsync
(_pingCounter, isAck: false));