RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebRequest.ServerPort Property

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

Pascal
property ServerPort: Integer;
C++
__property int ServerPort;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!