Click or drag to resize

CookiePriority Enumeration

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