5 references to PING
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\Http2\Http2Connection.cs (1)
696
Http2FrameType.
PING
=> ProcessPingFrameAsync(payload),
src\Shared\ServerInfrastructure\Http2\Http2Frame.cs (1)
45
case Http2FrameType.
PING
:
src\Shared\ServerInfrastructure\Http2\Http2Frame.Ping.cs (1)
26
Type = Http2FrameType.
PING
;
src\Shared\ServerInfrastructure\Http2\Http2FrameReader.cs (2)
187
case Http2FrameType.
PING
: // Opaque payload 8 bytes long
217
case Http2FrameType.
PING
: // 8 bytes of opaque data