ResponseCookie Members

HttpServer.dll

The ResponseCookie type exposes the following members.

Constructors

  NameDescription
ResponseCookieOverloaded.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Gets the cookie HTML representation.
(Overrides RequestCookie..::.ToString()()().)

Properties

  NameDescription
Expires
When the cookie expires. DateTime.MinValue means that the cookie expires when the session do so.
Name
Gets the cookie identifier.
(Inherited from RequestCookie.)
Path
Cookie is only valid under this path.
Value
Cookie value. Set to null to remove cookie.
(Inherited from RequestCookie.)

See Also