Topic Path: Symbol Reference > Classes > TIdCookieRFC2965 Class > TIdCookieRFC2965 Properties > PortList Property
ContentsIndexHome
PreviousUpNext
TIdCookieRFC2965.PortList Property

Represents port numbers allowed for HTTP requests.

property PortList [AIndex: Integer]: Integer;

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.

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.