+ cookiesWithResponseHeaderFields:forURL:
- initWithProperties:
Availability 有効性
Technology
+ (NSHTTPCookie
*)cookieWithProperties:(NSDictionary
<NSHTTPCookiePropertyKey
, id
> *)properties;
properties
The properties for the new cookie object, expressed as key value pairs. 新しいクッキーオブジェクトに対する、キー値ペアとして表されるプロパティ。
The newly created cookie object. Returns nil
if the provided properties are invalid.
新しく作成されたクッキーオブジェクト。nil
を返します、もし提供されたプロパティが無効ならば。
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.
うまくクッキーを作成するには、あなたは値を(少なくとも)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:
- initWithProperties: