CookiePriority Enumeration |
Version 130.1.90
Represents the cookie's 'Priority' status:
https://tools.ietf.org/html/draft-west-cookie-priority-00
Namespace: CefSharp.DevTools.NetworkAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public enum CookiePriority
public enum class CookiePriority
Members Member name | Value | Description |
---|
Low | 0 |
Low
|
Medium | 1 |
Medium
|
High | 2 |
High
|
See Also