+ cookiesWithResponseHeaderFields:forURL:
+ cookieWithProperties:
Availability 有効性
Technology
- (instancetype)initWithProperties:(NSDictionary
<NSHTTPCookiePropertyKey
, id
> *)properties;
properties
The properties for the new cookie object, expressed as key-value pairs. 、新しいクッキーオブジェクトのためのプロパティ、キー値ペアとして表される。
A new cookie object, with the given properies. 新しいクッキーオブジェクト、与えられたプロパティを持つ。
This initializer returns nil
if the provided properties are invalid. To successfully create a cookie, you must provide values for (at least) the NSHTTPCookie
, NSHTTPCookie
, and NSHTTPCookie
keys, and either the NSHTTPCookie
key or the NSHTTPCookie
key.
このイニシャライザはnil
を返します、与えられたプロパティが無効ならば。うまくクッキーを作成するには、あなたは値を(少なくとも)NSHTTPCookie
、NSHTTPCookie
、そしてNSHTTPCookie
キー、そしてNSHTTPCookie
キーまたはNSHTTPCookie
キーのどちらかに提供しなければなりません。
See Accepting Cookies for more information on the available cookie attribute constants and the constraints imposed on the values in the dictionary. 利用可能なクッキー属性定数に、そして辞書の中の値に課せられる制約に関するさらなる情報としてクッキーを受け取るを見てください。
+ cookiesWithResponseHeaderFields:forURL:
+ cookieWithProperties: