WKHttpCookieStore.GetAllCookiesAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Task<NSHttpCookie[]>
A task that represents the asynchronous GetAllCookies operation. The value of the TResult parameter is of type System.Action<Foundation.NSHttpCookie[]>.