This documentation is archived and is not being maintained.

HttpCookie Members

HttpCookie overview

Public Constructors

public constructorHttpCookie Constructor Overloaded. Initializes a new instance of the HttpCookie class.

Public Properties

public propertyDomain Gets or sets the domain to associate the cookie with.
public propertyExpires Gets or sets the expiration date and time for the cookie.
public propertyHasKeys Gets a value indicating whether a cookie has subkeys.
public propertyItem Shortcut for HttpCookie.Values. This property is provided for compatibility with previous versions of ASP.

In C#, this property is the indexer for the HttpCookie class.

public propertyName Gets or sets the name of a cookie.
public propertyPath Gets or sets the virtual path to transmit with the current cookie.
public propertySecure Gets or sets a value indicating whether to transmit the cookie using SSL (that is, over HTTPS only).
public propertyValue Gets or sets an individual cookie value.
public propertyValues Gets a collection of key-and-value value pairs that are contained within a single cookie object.

Public Methods

public methodEquals (inherited from Object) Overloaded. Determines whether two Object instances are equal.
public methodGetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
public methodGetType (inherited from Object) Gets the Type of the current instance.
public methodToString (inherited from Object) Returns a String that represents the current Object.

Protected Methods

protected methodFinalize (inherited from Object) Overridden. Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.

In C# and C++, finalizers are expressed using destructor syntax.

protected methodMemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

HttpCookie Class | System.Web Namespace

Show: