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
public enum class CookieBlockedReason
Members
| Member name | Value | Description |
---|
| SecureOnly | 0 |
SecureOnly
|
| NotOnPath | 1 |
NotOnPath
|
| DomainMismatch | 2 |
DomainMismatch
|
| SameSiteStrict | 3 |
SameSiteStrict
|
| SameSiteLax | 4 |
SameSiteLax
|
| SameSiteUnspecifiedTreatedAsLax | 5 |
SameSiteUnspecifiedTreatedAsLax
|
| SameSiteNoneInsecure | 6 |
SameSiteNoneInsecure
|
| UserPreferences | 7 |
UserPreferences
|
| UnknownError | 8 |
UnknownError
|
See Also