NSHttpCookieStorage.Notifications Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Class that contains handlers for cookie storage notifications.
public static class NSHttpCookieStorage.Notifications
type NSHttpCookieStorage.Notifications = class
- Inheritance
-
NSHttpCookieStorage.Notifications
Methods
ObserveAcceptPolicyChanged(EventHandler<NSNotificationEventArgs>) |
Strongly typed notification for the AcceptPolicyChangedNotification constant. |
ObserveAcceptPolicyChanged(NSObject, EventHandler<NSNotificationEventArgs>) |
Strongly typed notification for the AcceptPolicyChangedNotification constant. |
ObserveCookiesChanged(EventHandler<NSNotificationEventArgs>) |
Strongly typed notification for the CookiesChangedNotification constant. |
ObserveCookiesChanged(NSObject, EventHandler<NSNotificationEventArgs>) |
Strongly typed notification for the CookiesChangedNotification constant. |