Click or drag to resize
CookieHelper Properties

The CookieHelper type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAllowCookies
If true, the cookies are allowed to be used.
Public propertyColumnNames
Column names.
Public propertyStatic memberCookieSettings
Dictionary of the cookie levels [CookieName -> Level]
Public propertyStatic memberCurrentCookieLevel
Current user cookie level. All cookies with level above this
Public propertyStatic memberDefaultCookieLevel
Default cookie level for new users
Public propertyStatic memberInstance
Singleton Instance of the cookie helper.
Public propertyStatic memberReadOnly
Indicates if the cookies are read-only
Public propertyStatic memberRequestCookies
Request cookies status [CookieName -> true/false]
Public propertyStatic memberResponseCookies
Response cookies collection [CookieName -> HttpCookie]
Public propertyStatic memberResponseCookiesExist
Returns true if some response cookie has been added.
Public propertyStatic memberSetCookieDomain
If true, cookie domain is set explicitly.
Top
See Also