MonobjcMonobjc Documented Class Library
NSHTTPCookieManagerCookiesChangedNotification Field
NamespacesMonobjc.FoundationNSHTTPCookieStorageNSHTTPCookieManagerCookiesChangedNotification

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.

Available in Mac OS X v10.2 with Safari 1.0 installed and later.

Declaration Syntax
C#Visual BasicVisual C++
public static readonly NSString NSHTTPCookieManagerCookiesChangedNotification
Public Shared ReadOnly NSHTTPCookieManagerCookiesChangedNotification As NSString
public:
static initonly NSString^ NSHTTPCookieManagerCookiesChangedNotification
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)