Click or drag to resize

CookiePriority Enumeration

Version 86.0.240
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: 86.0.240.0 (86.0.240.0)
Syntax
public enum CookiePriority
Members
  Member nameValueDescription
Low0 Low
Medium1 Medium
High2 High
See Also