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

portList

The cookie’s port list. クッキーの持つポートリスト。

Declaration 宣言

@property(nullable, readonly, copy) NSArray<NSNumber *> *portList;

Discussion 議論

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です、そしてクッキーは何らかのポートに送られます。そうでなければ、クッキーはポートリストにおいて指定されたポートに送られるだけです。

See Also 参照

Getting Cookie Host Properties クッキーホストプロパティを取得する