SetHTTPTimeout
Description
Sets the time in milliseconds that AGK will wait for a connection to be made before giving up.
Definition
SetHTTPTimeout( iHTTP, milliseconds )
void agk::SetHTTPTimeout( uint32_t iHTTP, int milliseconds )
Parameters
- iHTTP - The ID of the connection to set.
- milliseconds - The time in milliseconds to wait.