ProtectedconstructorCreate a CookieCollection.
Optionalcookie: string
String cookie from header.
Cookies options.
OptionaldomDocument: DocumentAdd a cookie to the collection.
Cookie name.
Cookie value.
Cookie options.
Get all cookies in the collection.
Clear all cookies from the collection.
Get a cookie value from the collection.
Cookie name.
Cookie value.
Check if the collection has a cookie.
Cookie name.
Check if the collection is empty.
Remove a cookie from the collection.
Cookie name to remove.
Cookie options.
Set secure flag for all cookies in the collection.
Whether the cookies are secure.
Set options for all cookies in the collection.
Cookie options.
Update a cookie in the collection.
Cookie name.
New cookie value.
Cookie options.
StaticcreateCreate a CookieCollection.
Optionalcookie: string
String cookie from header.
Cookies options.
OptionaldomDocument: Document
Class representing a collection of Cookies.