Click or drag to resize

CookiePriority Enumeration

Version 130.1.90
Represents the cookie's 'Priority' status: https://tools.ietf.org/html/draft-west-cookie-priority-00

Namespace: CefSharp.DevTools.Network
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public enum CookiePriority
Members
Member nameValueDescription
Low0 Low
Medium1 Medium
High2 High
See Also