var domain: String
The domain of the cookie.
クッキーのドメイン。
var path: String
The cookie’s path.
クッキーの持つパス。
Availability 有効性
Technology
var portList: [NSNumber
]? { get }
The list of ports for the cookie, returned as an array of NSNumber
objects containing integers. If the cookie has no port list, the value of this property is nil
and the cookie will be sent to any port. Otherwise, the cookie is only sent to ports specified in the port list.
クッキーに対するポートのリスト、整数を含むNSNumber
オブジェクトからなる配列として返されます。クッキーがポートリストを持たないならばこのプロパティはnil
です、そしてクッキーは何らかのポートに送られます。そうでなければ、クッキーはポートリストにおいて指定されたポートに送られるだけです。
var domain: String
var path: String