Table of Contents

Namespace DotNetBrowser.Cookies

Classes

Cookie

Represents an HTTP cookie.

Cookie.Builder

A builder class to construct cookie.

Interfaces

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.

Enums

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.