Mono Class Library: Overview

System.Web.HttpCookie: Members

The members of System.Web.HttpCookie are listed below.

See Also: Inherited members from System.Object

Public Constructors

Creates a cookie.
Creates a cookie with a given value.

Public Properties

Domainstring. The domain for which the cookie is valid.
ExpiresDateTime. Controls the expire date and time of the cookie.
[read-only]
HasKeysbool. Whether any key/value pairs have been set on the cookie.
HttpOnlybool. Documentation for this section has not yet been entered.
default property
Item(string)string. Documentation for this section has not yet been entered.
Namestring. The name for the cookie.
Pathstring. The subset of URLs to which this cookie applies.
Securebool. Controls if the cookie is to be sent only using secure (encrypted) connections, meaning using SSL (HTTPS).
Valuestring. The value of the cookie.
[read-only]
ValuesSystem.Collections.Specialized.NameValueCollection. Documentation for this section has not yet been entered.