ResponseCookie Members
From HttpServer.dll
| C# Webserver |
| ResponseCookie Members |
| ResponseCookie Class Constructors Methods Properties See Also Send Feedback |
The ResponseCookie type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ResponseCookie | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| Equals | (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
| Name | Description | |
|---|---|---|
| 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.) |