WKHttpCookieStoreObserver_Extensions.CookiesDidChangeInCookieStore Method
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.
Method that is called when a cookie changes in the cookie store.
public static void CookiesDidChangeInCookieStore (this WebKit.IWKHttpCookieStoreObserver This, WebKit.WKHttpCookieStore cookieStore);
static member CookiesDidChangeInCookieStore : WebKit.IWKHttpCookieStoreObserver * WebKit.WKHttpCookieStore -> unit
Parameters
The instance on which this method operates.
- cookieStore
- WKHttpCookieStore
The store that changed.