NSHttpCookieStorage.Notifications Class

Definition

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.

Applies to