1 write to SettingsFlags
Microsoft.AspNetCore.Server.Kestrel.Core (1)
src\Shared\ServerInfrastructure\Http2\Http2Frame.Settings.cs (1)
28SettingsFlags = flags;
2 references to SettingsFlags
Microsoft.AspNetCore.Server.Kestrel.Core (2)
src\Shared\ServerInfrastructure\Http2\Http2Frame.cs (1)
38return SettingsFlags;
src\Shared\ServerInfrastructure\Http2\Http2Frame.Settings.cs (1)
22public bool SettingsAck => (SettingsFlags & Http2SettingsFrameFlags.ACK) == Http2SettingsFrameFlags.ACK;