![]() |
![]() ![]() ![]() |
WinHTTP component.
|
property OnDoneInterrupted: TNotifyEvent;
|
The OnDoneInterrupted event occurs if the download process was interrupted in OnHeaderInfo event handler.
|
|
This is optional event to be notified when the component has terminated the HTTP query after receving the headers of the document before that the download process begins. This event only executed if you set ContinueDownload parameter to False in the OnHeaderInfo event handler.
|
|
![]() |
OnHeaderInfo event.
|