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