Click or drag to resize

CookiePriority Enumeration

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