|
|
|
| auHTTP and auThread components.
|
| property WaitTimeout: Integer;
|
| The WaitTimeout property specifies the time interval (limit), in milliseconds unit, which application able to wait until the HTTP request will be completed.
|
|
|
| For example, if the maximum time which you can allow to complete HTTP request is 5 seconds, set this value to 5000 (milliseconds). If application can wait infinitely, set WaitTimeout to 0.
|
|
|
| The WaitTimeout only works together with WaitThread property, only when it set to True.
|
| WaitThread, Thread, ThreadPriority and Suspended properties;
|
| Read and Abort methods;
|
| OnWaitTimeoutExpired event.
|