Click or drag to resize

DotNetBrowser.Cookies Namespace

This namespace contains interfaces and classes related to working with cookies.
Classes
  ClassDescription
Public classCookie
Represents an HTTP cookie.
Public classCookieBuilder
A builder class to construct cookie.
Interfaces
  InterfaceDescription
Public interfaceICookieStore
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.
Enumerations
  EnumerationDescription
Public enumerationSameSite
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.