Click or drag to resize

CookieBlockedReason Enumeration

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

Namespace:  CefSharp.DevTools.Network
Assembly:  CefSharp (in CefSharp.dll) Version: 85.3.121.0 (85.3.121.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