Edit

Share via


WKHttpCookieStore.GetAllCookiesAsync Method

Definition

Passes all the cookies to the provided 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[]>

Returns

A task that represents the asynchronous GetAllCookies operation. The value of the TResult parameter is of type System.Action<Foundation.NSHttpCookie[]>.

Applies to