Features | Detailed Description
Available in .NET, VCL and ActiveX editions.
The CookieManager component represents the HTTP client Cookie manager.
Name |
Description |
Cookies |
Gets the cookies collection. |
Name |
Description |
AddCookies |
Adds cookies to the cookie collection. |
Clear |
Clears cookie collection. |
ClearExpired |
Deletes all expired cookies from the collection. |
ClearNonPersistent |
Deletes all non-persistent cookies from the collection. |
GetCookies |
Collects cookies with specified parameters from the collection. |
Name |
Description |
OnAcceptCookie |
Occurs when the cookie manager parses the next cookie item. |
OnAddCookie |
Occurs when the cookie manager adds cookies to the Cookies collection. |
OnDeleteCookie |
Occurs when the component deletes cookies from the Cookies collection. |
OnUpdateCookie |
Occurs when the component updates the cookie data. |
|