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