Instance Method
インスタンスメソッド
getCookiesForTask:completionHandler:
Fetches cookies relevant to the specified task and passes them to the completion handler.
指定されたタスクと関連があるクッキーをとってきます、そしてそれらを完了ハンドラに渡します。
Parameters
パラメータ
task
The task performing a request. The cookie storage can use the URL and other properties of this task’s request to determine which cookies to fetch.
要請を実行しているタスク。クッキーストレージは、このタスクの持つ要請のURLおよび他のプロパティを使って、どのクッキーをとってくるか決定することができます。
completionHandler
A completion handler that receives an array of cookies as its argument.
クッキーの配列をそれの引数として受け取る完了ハンドラ。
See Also
参照
Retrieving Cookies
クッキーの回収
cookies
The cookie storage’s cookies.
クッキーストレージの持つクッキーそれら。
- cookiesForURL:
Returns all the cookie storage’s cookies that are sent to a specified URL.
クッキーストレージの持つクッキー全てで、ある指定されたURLに送られるものを返します。
- sortedCookiesUsingDescriptors:
Returns all of the cookie storage’s cookies, sorted according to a given set of sort descriptors.
ある与えられた一揃いのソート記述子によってソート(選別)される、クッキーストレージの持つクッキー全てを返します。