Platforms to show: All Mac Windows Linux Cross-Platform
ChromiumCookieManagerMBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | HTMLViewer Win | MBS Win Plugin | 15.2 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop only |
May need to have a HTMLViewer first being initialized by Xojo before the Chromium DLLs can work properly.
Supports Xojo 2019r3 with MBS Plugin 20.1.
- property Handle as Integer
- 12 methods
- method AllCookies as ChromiumCookieMBS()
- method Constructor
- method Constructor(path as string, PersistSessionCookies as Boolean)
- method DeleteAllCookies as Integer
- method DeleteCookie(URL as string, CookieName as string) as boolean
- method DeleteCookies(URLs() as string, CookieNames() as string) as Integer
- method DeleteURLCookies(URL as String, HTTPOnly as boolean = false) as Integer
- method Destructor
- method SetCookie(URL as string, cookie as ChromiumCookieMBS) as boolean
- method SetCookies(URL() as string, cookies() as ChromiumCookieMBS) as Integer
- method SetStoragePath(Path as string) as boolean
- method URLCookies(URL as String, HTTPOnly as boolean = false) as ChromiumCookieMBS()
This class has no sub classes.
Blog Entries
- MBS Xojo Plugins, version 25.2pr1
- MBS Xojo Plugins, version 23.1pr3
- Upgrading WebKit for Windows support
- Upgrading WebKit for Windows support
- MBS Xojo Plugins, version 20.1pr4
- Cookies in HTMLViewer
- MBS Releases the MBS Xojo / Real Studio plug-ins in version 15.2
- MBS Xojo / Real Studio Plugins, version 15.2pr2
- Cookies for Chromium in HTMLViewer on Windows
Release notes
- Version 25.2
- Fixed a memory leak in ChromiumCookieManagerMBS' destructor for one of the Chromium versions.
- Version 23.1
- Improved ChromiumCookieManagerMBS class to better handle waiting for background thread.
- Version 20.1
- Fixed bugs for ChromiumCookieManagerMBS class.
Some examples using this class:
Some related classes:
The items on this page are in the following plugins: MBS Win Plugin.
ChromiumBrowserMBS - ChromiumCookieMBS
