Web.HTTPApp.TWebRequest.ServerPort

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ServerPort: Int64 index 24 read GetIntegerVariable;

C++

__property __int64 ServerPort = {read=GetIntegerVariable, index=24};

Properties

Type Visibility Source Unit Parent
property public
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp TWebRequest

Description

Indicates the port number of the port on the Web server that receives the HTTP request message.

Read ServerPort to determine the number of the port used in the connection to the Web server. The Host property will include the ServerPort if it is specified as part of the URL for the client request.

See Also