This documentation is archived and is not being maintained.
HttpCookieCollection Properties
.NET Framework 1.1
The properties of the HttpCookieCollection class are listed here. For a complete list of HttpCookieCollection class members, see the HttpCookieCollection Members topic.
Public Properties
AllKeys | Gets a string array containing all the keys (cookie names) in the cookie collection. |
Count (inherited from NameObjectCollectionBase) | Gets the number of key-and-value pairs contained in the NameObjectCollectionBase instance. |
Item | Overloaded. Gets the cookie with the specified name from the cookie collection. This property is overloaded to allow retrieval of cookies by either name or numerical index.
In C#, this property is the indexer for the HttpCookieCollection class. |
Keys (inherited from NameObjectCollectionBase) | Gets a NameObjectCollectionBase.KeysCollection instance that contains all the keys in the NameObjectCollectionBase instance. |
Protected Properties
IsReadOnly (inherited from NameObjectCollectionBase) | Gets or sets a value indicating whether the NameObjectCollectionBase instance is read-only. |
See Also
Show:
