HttpCookieCollection
Wisej.Core.HttpCookieCollection
Last updated
Was this helpful?
Wisej.Core.HttpCookieCollection
Last updated
Was this helpful?
Namespace: Wisej.Core
Assembly: Wisej.Framework (3.2.0.0)
Encapsulates the cookies sent in an HTTP request.
: Returns all the keys (cookie names) in the cookie collection.
: Returns the number of cookies in the collection.
: Returns the cookie with the specified name from the cookie collection.
: Returns the cookie with the specified numerical index from the cookie collection.
Adds the specified cookie to the cookie collection.
cookie
Clears all cookies from the cookie collection.
Returns the cookie with the specified name from the cookie collection.
name
Name of the cookie to retrieve.
index
Index of the cookie to retrieve.
Returns the key (name) of the cookie at the specified numerical index.
index
Removes the cookie with the specified name from the collection.
name
Updates the value of an existing cookie in a cookie collection.
cookie
Returns: .
Returns the at the specified index.
Returns: .
Returns: .