Click or drag to resize

CookieBlockedReason Enumeration

Version 86.0.240
Types of reasons why a cookie may not be sent with a request.

Namespace:  CefSharp.DevTools.Network
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
public enum CookieBlockedReason
Members
  Member nameValueDescription
SecureOnly0 SecureOnly
NotOnPath1 NotOnPath
DomainMismatch2 DomainMismatch
SameSiteStrict3 SameSiteStrict
SameSiteLax4 SameSiteLax
SameSiteUnspecifiedTreatedAsLax5 SameSiteUnspecifiedTreatedAsLax
SameSiteNoneInsecure6 SameSiteNoneInsecure
UserPreferences7 UserPreferences
UnknownError8 UnknownError
See Also