Share via


WKHttpCookieStore.GetAllCookiesAsync Method

Definition

Asynchronously fetches all the cookies.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Threading.Tasks.Task<Foundation.NSHttpCookie[]> GetAllCookiesAsync();
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
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[]>.

Attributes

Applies to