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