Hevea documentation

HttpCookie Members

HttpCookie overview

Public Instance Constructors

HttpCookie Overloaded. Initializes a new instance of the HttpCookie class.

Public Instance Properties

Content Gets the cookie value.
ExpiresAt Gets the date of expiration.
Id Gets the cookie identifier.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
ToString Gets the cookie HTML representation.

See Also

HttpCookie Class | Hevea.Core.Http Namespace