WKHttpCookieStore.GetAllCookies(Action<NSHttpCookie[]>) Method

Definition

Passes all the cookies to the provided completionHandler.

[Foundation.Export("getAllCookies:")]
public virtual void GetAllCookies (Action<Foundation.NSHttpCookie[]> completionHandler);
abstract member GetAllCookies : Action<Foundation.NSHttpCookie[]> -> unit
override this.GetAllCookies : Action<Foundation.NSHttpCookie[]> -> unit

Parameters

completionHandler
Action<NSHttpCookie[]>

A handler to run with all the cookies.

Attributes

Applies to