The members of System.Web.HttpCookie are listed below.
See Also: Inherited members from System.Object
Creates a cookie. Creates a cookie with a given value.
Domain string. The domain for which the cookie is valid. Expires DateTime. Controls the expire date and time of the cookie. [read-only] HasKeys bool. Whether any key/value pairs have been set on the cookie. HttpOnly bool. Documentation for this section has not yet been entered. default propertyItem(string) string. Documentation for this section has not yet been entered. Name string. The name for the cookie. Path string. The subset of URLs to which this cookie applies. Secure bool. Controls if the cookie is to be sent only using secure (encrypted) connections, meaning using SSL (HTTPS). Value string. The value of the cookie. [read-only] Values System.Collections.Specialized.NameValueCollection. Documentation for this section has not yet been entered.