Internet Direct (Indy)
|
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.
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |