Internet Direct (Indy) Version 9.0.1 Beta
TIdCookieRFC2965.PortList
Represents port numbers allowed for HTTP requests.

property PortList [AIndex: Integer]: Integer;
Description
PortList is an Array property that contains optional Integer values representing port numbers where a Cookie may be returned in an HTTP request. PortList is accessed using the zero-based Integer index value specified in AIndex. A Cookie can be rejected in an HTTP request when the port number for the request does not match a value specified in PortList.

The default HTTP port (80) is added to PortList when no explicit values are specified.