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