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

properties

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

Declaration 宣言

var properties: [HTTPCookiePropertyKey : Any]? { get }

Discussion 議論

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

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

See Also 参照

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