IWKHttpCookieStoreObserver Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Interface qui représente les membres requis du protocole WKHttpCookieStoreObserver.
[Foundation.Protocol(Name="WKHTTPCookieStoreObserver", WrapperType=typeof(WebKit.WKHttpCookieStoreObserverWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IWKHttpCookieStoreObserver : IDisposable, ObjCRuntime.INativeObject
type IWKHttpCookieStoreObserver = interface
interface INativeObject
interface IDisposable
- Attributs
- Implémente
Propriétés
Handle |
Handle (pointeur) vers la représentation d’objet non managée. (Hérité de INativeObject) |
Méthodes d’extension
CookiesDidChangeInCookieStore(IWKHttpCookieStoreObserver, WKHttpCookieStore) |
Méthode appelée lorsqu’un cookie change dans le magasin de cookies. |