Platforms to show: All Mac Windows Linux Cross-Platform
ChromiumCookieMBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | HTMLViewer Win | MBS Win Plugin | 15.2 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop only |
Supports Xojo 2019r3 with MBS Plugin 20.1.
- 11 properties
- property CreationDate as Date
- property Domain as String
- property ExpirationDate as Date
- property HTTPonly as Boolean
- property LastAccessDate as Date
- property Name as String
- property Path as String
- property Scheme as String
- property Secure as Boolean
- property URL as String
- property Value as String
- 2 methods
- method Constructor
- method Destructor
This class has no sub classes.
Blog Entries
- Upgrading WebKit for Windows support
- 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
Some methods using this class:
- ChromiumCookieManagerMBS.AllCookies as ChromiumCookieMBS()
- ChromiumCookieManagerMBS.SetCookie(URL as string, cookie as ChromiumCookieMBS) as boolean
- ChromiumCookieManagerMBS.SetCookies(URL() as string, cookies() as ChromiumCookieMBS) as Integer
- ChromiumCookieManagerMBS.URLCookies(URL as String, HTTPOnly as boolean = false) as ChromiumCookieMBS()
Some examples using this class:
Some related classes:
The items on this page are in the following plugins: MBS Win Plugin.
ChromiumCookieManagerMBS - ChromiumFrameMBS
