Click or drag to resize

CookieBlockedReason Enumeration

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

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