ResponseCookie Properties

HttpServer.dll

The ResponseCookie type exposes the following members.

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