|
|
|
| WinHTTP components.
|
| procedure Abort(DeleteOutputFile: Boolean = False; HardTerminate: Boolean = False);
|
| The Abort method terminates execution of thread which reads the data from the Web by HTTP(s) protocol. After calling the Abort method, the OnAborted event occurs.
|
|
|
| The Abort method contains 2 optional parameters:
|
| DeleteOutputFile deletes the file, with downloaded information, specified in OutputFileName property, if True;
|
| HardTerminate terminate the thread which run the download process imediately, without releasing Internet handles. |
|
|
|
|
| OutputFileName and CacheOptions properties;
|
| Read, Pause and Resume methods;
|
| OnAborted event.
|