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