property Timeout: integer; default 60;
Description
Determines the time interval in seconds during which the HTTP server will be trying to obtain data from the client while attempting to establish the connection. If the data has not been received during this period, the HTTP server closes the connection.
The default value is 60 seconds.