次の方法で共有


WKHttpCookieStore.GetAllCookiesAsync メソッド

定義

すべての Cookie を指定された 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[]>

戻り値

非同期の GetAllCookies 操作を表すタスク。 TResult パラメーターの値は System.Action<Foundation.NSHttpCookie[]>型です。

適用対象