HTTPShouldSetCookies
HTTPCookieStorage
NSHTTPCookieStorage
NSHTTPCookie
Availability 有効性
Technology
@property NSHTTPCookieAcceptPolicy
HTTPCookieAcceptPolicy;
This property determines the cookie accept policy for all tasks within sessions based on this configuration. このプロパティは、クッキー受入方針を、この構成設定に基づくセッション内の全てのタスクに対して決定します。
The default value is NSHTTPCookie
. You can change it to any of the constants defined in the NSHTTPCookie
enumerated type.
省略時の値は、NSHTTPCookie
です。あなたは、それをNSHTTPCookie
列挙型において定義されるどんな定数にも変更できます。
If you want more direct control over what cookies are accepted, set this value to NSHTTPCookie
and then use the all
and cookies
methods to extract cookies from the URL response object yourself.
あなたがより直接な制御をどんなクッキーが受け入れられるかに対して望むならば、この値をNSHTTPCookie
に設定して、それからall
とcookies
メソッドを使ってURL応答オブジェクトからクッキーをあなた自身で抽出してください。
HTTPShouldSetCookies
HTTPCookieStorage
NSHTTPCookieStorage
NSHTTPCookie