5 references to Http2PingFrameFlags
IIS.ShadowCopy.Tests (5)
src\Shared\ServerInfrastructure\Http2\Http2Frame.Ping.cs (5)
15public Http2PingFrameFlags PingFlags 17get => (Http2PingFrameFlags)Flags; 21public bool PingAck => (PingFlags & Http2PingFrameFlags.ACK) == Http2PingFrameFlags.ACK; 23public void PreparePing(Http2PingFrameFlags flags)