Freigeben über


WKHttpCookieStore.GetAllCookiesAsync Methode

Definition

Übergibt alle Cookies an die bereitgestellte completionHandler.

public virtual System.Threading.Tasks.Task<Foundation.NSHttpCookie[]> GetAllCookiesAsync ();
abstract member GetAllCookiesAsync : unit -> System.Threading.Tasks.Task<Foundation.NSHttpCookie[]>
override this.GetAllCookiesAsync : unit -> System.Threading.Tasks.Task<Foundation.NSHttpCookie[]>

Gibt zurück

Eine Aufgabe, die den asynchronen GetAllCookies-Vorgang darstellt. Der Wert des TResult-Parameters ist vom Typ System.Action<Foundation.NSHttpCookie[]>.

Gilt für: