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