The CookieHelper type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| CookieHelper | ||
| CookieHelper |
Class constructor no arguments needed.
|
Methods
| Name | Description | |
|---|---|---|
| AddData |
Helper method that properly adds key, value pairs to a Dictionary.
| |
| DecodeFrom64 |
Converts a string from base 64 to unicode.
| |
| EncodeTo64 |
Converts a string from unicode to base 64.
| |
| GenerateCookie |
Helper method that generates a cookie by serializing all the key
value pairs in the provided dictionary, then encrypts that serilized data and finally
sotres it in a generated cookie.
| |
| GetCookie |
Helper method that aids in the inflation of a cookie.
| |
| HasData |
Helper method that detects if an entry exists.
| |
| InflateCookie |
Static method that takes a cookie, decrypts its data, then inflates the data into key value pairs and
stores it in a dictionary.
| |
| RemoveData |
Helper method that properly removes key, value pairs from a Dictionary.
| |
| SetCookie |
Helper method that aids in the creation of a cookie.
|
Fields
| Name | Description | |
|---|---|---|
| colDelim |
String used for column delimination in the data serializer.
| |
| colDelimReplace |
String used to replace reserved char sequence.
| |
| rowDelim |
String used for row delimination in the data serializer.
| |
| rowDelimReplace |
String used to replace reserved char sequence.
|
See Also