Click or drag to resize

SetCookieBlockedReason Enumeration

Version 130.1.90
Types of reasons why a cookie may not be stored from a response.

Namespace: CefSharp.DevTools.Network
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public enum SetCookieBlockedReason
Members
Member nameValueDescription
SecureOnly0 SecureOnly
SameSiteStrict1 SameSiteStrict
SameSiteLax2 SameSiteLax
SameSiteUnspecifiedTreatedAsLax3 SameSiteUnspecifiedTreatedAsLax
SameSiteNoneInsecure4 SameSiteNoneInsecure
UserPreferences5 UserPreferences
ThirdPartyPhaseout6 ThirdPartyPhaseout
ThirdPartyBlockedInFirstPartySet7 ThirdPartyBlockedInFirstPartySet
SyntaxError8 SyntaxError
SchemeNotSupported9 SchemeNotSupported
OverwriteSecure10 OverwriteSecure
InvalidDomain11 InvalidDomain
InvalidPrefix12 InvalidPrefix
UnknownError13 UnknownError
SchemefulSameSiteStrict14 SchemefulSameSiteStrict
SchemefulSameSiteLax15 SchemefulSameSiteLax
SchemefulSameSiteUnspecifiedTreatedAsLax16 SchemefulSameSiteUnspecifiedTreatedAsLax
SamePartyFromCrossPartyContext17 SamePartyFromCrossPartyContext
SamePartyConflictsWithOtherAttributes18 SamePartyConflictsWithOtherAttributes
NameValuePairExceedsMaxSize19 NameValuePairExceedsMaxSize
DisallowedCharacter20 DisallowedCharacter
NoCookieContent21 NoCookieContent
See Also