Platforms to show: All Mac Windows Linux Cross-Platform
LinuxWebCookieStoreMBS class
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| class | HTMLViewer Linux | MBS Linux Plugin | 12.4 | ❌ No | ❌ No | ✅ Yes | ❌ No | Desktop only |
- 3 properties
- property Handle as Integer
- property Owner as Variant
- property AcceptPolicy as Integer
- 6 methods
- method AddCookie(cookie as LinuxWebCookieMBS)
- method AllCookies as LinuxWebCookieMBS()
- method Constructor
- method DeleteAllCookies
- method DeleteCookie(cookie as LinuxWebCookieMBS)
- method Destructor
- 3 shared methods
- shared method Available as Boolean
- shared method CookieStore as LinuxWebCookieStoreMBS
- shared method SetCookieStore(newStore as LinuxWebCookieStoreMBS)
- 3 constants
Cookie Accept Modes
| Constant | Value | Description |
|---|---|---|
| kAcceptAlways | 0 |
Accept all cookies unconditionally. |
| kAcceptNever | 1 |
Reject all cookies unconditionally. |
| kAcceptNoThirdParty | 2 | No Third party cookies. more |
This class has no sub classes.
Blog Entries
Some methods using this class:
- LinuxWebViewMBS.CookieStore as LinuxWebCookieStoreMBS
- LinuxWebViewMBS.SetCookieStore(newStore as LinuxWebCookieStoreMBS)
Some related classes:
The items on this page are in the following plugins: MBS Linux Plugin.
LinuxWebCookieMBS - LinuxWebDataSourceMBS