Instance Property インスタンスプロパティ

properties

The cookie’s properties. クッキーのプロパティ。

Declaration 宣言

@property(nullable, readonly, copy) NSDictionary<NSHTTPCookiePropertyKey, id> *properties;

Discussion 議論

This dictionary can be used with initWithProperties: or cookieWithProperties: to create an equivalent NSHTTPCookie object. この辞書は、initWithProperties:またはcookieWithProperties:で使われることで、NSHTTPCookieオブジェクト相当物を作成できます。

See initWithProperties: for more information on the constraints imposed on the properties dictionary. initWithProperties:を、properties辞書に課せられる制約に関するさらなる情報として見てください。

See Also 参照

Accessing Cookie Properties as Key-Value Pairs クッキープロパティにキー値ペアとしてアクセスする