Click or drag to resize

CookiePriority Enumeration

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