| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
HttpCookieCollection ClassProvides a type-safe way to manipulate HTTP cookies.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Visibility | Name | Value Type | Accessibility |
|---|---|---|---|
| public | AllKeys | String | [ Get ] |
| public | Item ( String name ) | HttpCookie | [ Get ] |
| public | Item ( Int32 index ) | HttpCookie | [ Get ] |
| Visibility | Name | Parameters | Return Type |
|---|---|---|---|
| public | Add | ( HttpCookie cookie ) | Void |
| public | Clear | ( ) | Void |
| public | CopyTo | ( Array dest , Int32 index ) | Void |
| public | Get | ( Int32 index ) | HttpCookie |
| public | Get | ( String name ) | HttpCookie |
| public | GetKey | ( Int32 index ) | String |
| public | Remove | ( String name ) | Void |
| public | Set | ( HttpCookie cookie ) | Void |
HttpCookieCollection.methodName ( arguments ); | ||
| C# | VB | |
Type var = HttpCookieCollection.propertyName; Type var = HttpCookieCollection [ key ]; Type var = HttpCookieCollection.methodName ( arguments ); | ||
| C# | VB | |
Check out related books at Amazon
© 2000-2008 Rey Nuñez All rights reserved.
If you have any question, comment or suggestion
about this site, please send us a note
You can help support aspxtreme