2 references to WritePingAsync
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http2\Http2Connection.cs (2)
332await _frameWriter.WritePingAsync(Http2PingFrameFlags.NONE, Http2KeepAlive.PingPayload); 1009return _frameWriter.WritePingAsync(Http2PingFrameFlags.ACK, payload).GetAsTask();