1 write to PingFlags
Microsoft.AspNetCore.Server.Kestrel.Core (1)
src\Shared\ServerInfrastructure\Http2\Http2Frame.Ping.cs (1)
27PingFlags = flags;
2 references to PingFlags
Microsoft.AspNetCore.Server.Kestrel.Core (2)
src\Shared\ServerInfrastructure\Http2\Http2Frame.cs (1)
40return PingFlags;
src\Shared\ServerInfrastructure\Http2\Http2Frame.Ping.cs (1)
21public bool PingAck => (PingFlags & Http2PingFrameFlags.ACK) == Http2PingFrameFlags.ACK;