MonobjcMonobjc Documented Class Library
NSHTTPCookieManagerAcceptPolicyChangedNotification Field
NamespacesMonobjc.FoundationNSHTTPCookieStorageNSHTTPCookieManagerAcceptPolicyChangedNotification

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.

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

Declaration Syntax
C#Visual BasicVisual C++
public static readonly NSString NSHTTPCookieManagerAcceptPolicyChangedNotification
Public Shared ReadOnly NSHTTPCookieManagerAcceptPolicyChangedNotification As NSString
public:
static initonly NSString^ NSHTTPCookieManagerAcceptPolicyChangedNotification
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)