The members of System.Web.HttpCookieCollection are listed below.
See Also: Inherited members from System.Collections.Specialized.NameObjectCollectionBase
Initializes a new instance of the System.Web.HttpCookieCollection class. |
[read-only] | AllKeys | string[].
Gets a string array containing all the keys (cookie names) in the cookie collection. |
[read-only] default property | Item(int) | HttpCookie. Documentation for this section has not yet been entered. |
[read-only] default property | Item(string) | HttpCookie. Documentation for this section has not yet been entered. |
Add(HttpCookie)
| ||
Clear()
| ||
CopyTo(Array, int)
| ||
Get(int)
| ||
Get(string)
| ||
GetKey(int)
| ||
Remove(string)
| ||
Set(HttpCookie)
|