Class used to Represent a cookie. The built in .Net Cookie class isn't used as some of it's properties have internal setters
Inheritance Hierarchy Namespace: CefSharpCefSharp (in CefSharp.dll) Version: 118.6.80.0 (118.6.80.0)
Syntaxpublic sealed class Cookie
public ref class Cookie sealed
The Cookie type exposes the following members.
Constructors Name Description CookieInitializes a new instance of the Cookie class
Top Properties Name Description CreationThe cookie creation date. This is automatically populated by the system on cookie creation.
DomainIf domain is empty a host cookie will be created instead of a domain cookie. Domain cookies are stored with a leading "." and are visible to sub-domains whereas host cookies are not.
ExpiresExpires or null if no expiry
HttpOnlySs true the cookie will only be sent for HTTP requests.
LastAccessThe cookie last access date. This is automatically populated by the system on access.
NameThe cookie name
PathSs non-empty only URLs at or below the path will get the cookie value.
PriorityPriority
SameSiteSame site.
SecureIf true the cookie will only be sent for HTTPS requests.
ValueThe cookie value.
Top Methods See AlsoRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4