This documentation is archived and is not being maintained.

HttpCookie Members

Provides a type-safe way to create and manipulate individual HTTP cookies.

The HttpCookie type exposes the following members.

  NameDescription
Public method HttpCookie Overloaded. Initializes a new instance of the HttpCookie class.
Top

  NameDescription
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Top

  NameDescription
Public property Domain Gets or sets the domain to associate the cookie with.
Public property Expires Gets or sets the expiration date and time for the cookie.
Public property HasKeys Gets a value indicating whether a cookie has subkeys.
Public property HttpOnly Gets or sets a value that specifies whether a cookie is accessible by client-side script.
Public property Item Gets a shortcut to the HttpCookie::Values property. This property is provided for compatibility with previous versions of Active Server Pages (ASP).
Public property Name Gets or sets the name of a cookie.
Public property Path Gets or sets the virtual path to transmit with the current cookie.
Public property Secure Gets or sets a value indicating whether to transmit the cookie using Secure Sockets Layer (SSL)--that is, over HTTPS only.
Public property Value Gets or sets an individual cookie value.
Public property Values Gets a collection of key/value pairs that are contained within a single cookie object.
Top
Show: