Internet Direct (Indy) Version 9.0.2 Beta
TIdHTTP.Port
Identifies the port number used for the connection to an HTTP server.

property Port;
Description
Port is an Integer property that contains the port number used for establishing a connection to the HTTP server. The default value for Port is IdPORT_HTTP, as assigned by the Create constructor.

Port is used with Host to establish an endpoint for the client connection, and may refer to a Proxy server when the Request contains headers that require use of a proxied connection.

Port is used in DoRequest to perform the HTTP transfer method, and receive a Response from the HTTP server.