Platforms to show: All Mac Windows Linux Cross-Platform
Back to ChromiumCookieMBS class.
ChromiumCookieMBS.CreationDate as Date
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | HTMLViewer Win | MBS Win Plugin | 15.2 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop only |
This is automatically populated by the system on cookie creation.
(Read and Write property)
ChromiumCookieMBS.Domain as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | HTMLViewer Win | MBS Win Plugin | 15.2 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop only |
If domain is empty a host cookie will be created instead of a domain cookie. Domain cookies are stored with a leading "." and are visible to sub-domains whereas host cookies are not.
(Read and Write property)
ChromiumCookieMBS.ExpirationDate as Date
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | HTMLViewer Win | MBS Win Plugin | 15.2 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop only |
Can be nil to have no expiration date.
(Read and Write property)
ChromiumCookieMBS.HTTPonly as Boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | HTMLViewer Win | MBS Win Plugin | 15.2 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop only |
If httponly is true the cookie will only be sent for HTTP requests.
(Read and Write property)
ChromiumCookieMBS.LastAccessDate as Date
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | HTMLViewer Win | MBS Win Plugin | 15.2 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop only |
This is automatically populated by the system on access.
(Read and Write property)
ChromiumCookieMBS.Name as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | HTMLViewer Win | MBS Win Plugin | 15.2 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop only |
(Read and Write property)
ChromiumCookieMBS.Path as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | HTMLViewer Win | MBS Win Plugin | 15.2 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop only |
If path is non-empty only URLs at or below the path will get the cookie value.
(Read and Write property)
ChromiumCookieMBS.Scheme as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | HTMLViewer Win | MBS Win Plugin | 15.2 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop only |
Depends on secure setting only.
Can be "http://" or "https://".
(Read only property)
ChromiumCookieMBS.Secure as Boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | HTMLViewer Win | MBS Win Plugin | 15.2 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop only |
If secure is true the cookie will only be sent for HTTPS requests.
(Read and Write property)
ChromiumCookieMBS.URL as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | HTMLViewer Win | MBS Win Plugin | 15.2 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop only |
Build from Secure, Path and Domain.
(Read only property)
ChromiumCookieMBS.Value as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | HTMLViewer Win | MBS Win Plugin | 15.2 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop only |
(Read and Write property)
The items on this page are in the following plugins: MBS Win Plugin.