DotNetBrowser.Cookies Namespace |
Class | Description | |
---|---|---|
Cookie |
Represents an HTTP cookie.
| |
CookieBuilder |
A builder class to construct cookie.
|
Interface | Description | |
---|---|---|
ICookieStore |
The system for storing and retrieving cookies. The cookies can be stored in
the process memory (session cookies) or in files (persistent cookies).
The ICookieStore instance provides access to both session and persistent cookies.
|
Enumeration | Description | |
---|---|---|
SameSite |
The SameSite cookie attribute values of the Set-Cookie HTTP response header. This attribute is used to
declare in which context the cookies can be sent.
|