Platforms to show: All Mac Windows Linux Cross-Platform

Back to NSHTTPCookieStorageMBS class.

NSHTTPCookieStorageMBS.NSHTTPCookieManagerAcceptPolicyChangedNotification as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa Networking MBS MacControls Plugin 11.1 ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
One of the notification names you can register with the NSNotificationObserverMBS class.

This notification is posted when the acceptance policy of the NSHTTPCookieStorage instance has changed.
In Mac OS X, cookies are shared among applications, meaning this notification can be sent in response to another application's actions. Cookies are not shared among applications in iOS.

The notification object is the NSHTTPCookieStorage instance. This notification does not contain a userInfo dictionary.

NSHTTPCookieStorageMBS.NSHTTPCookieManagerCookiesChangedNotification as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa Networking MBS MacControls Plugin 11.1 ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
One of the notification names you can register with the NSNotificationObserverMBS class.

This notification is posted when the cookies stored in the NSHTTPCookieStorage instance have changed.
In Mac OS X, cookies are shared among applications, meaning this notification can be sent in response to another application's actions. Cookies are not shared among applications in iOS.

The notification object is the NSHTTPCookieStorage instance. This notification does not contain a userInfo dictionary.

NSHTTPCookieStorageMBS.sharedHTTPCookieStorage as NSHTTPCookieStorageMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa Networking MBS MacControls Plugin 11.1 ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
Returns the shared cookie storage instance.
Example
dim s as NSHTTPCookieStorageMBS = NSHTTPCookieStorageMBS.sharedHTTPCookieStorage
dim cookies() as NSHTTPCookieMBS = s.cookies
MsgBox str(UBound(cookies)+1)+" cookies"

The items on this page are in the following plugins: MBS MacControls Plugin.


The biggest plugin in space...