http OnDoneInterrupted event
Return to Introduction  Previous page  Next page
Applies to
auHTTP component.  

Declaration
property OnDoneInterrupted: TNotifyEvent;  

Description
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 ContinueDownloading parameter to False in the OnHeaderInfo event handler.  
 
iiinfo Note, that no errors events will be receive if you set ContinueDownload of OnHeaderInfo to True, but this event. So you must handle all errors inside OnHeaderInfo event.  

See also
OnHeaderInfo event.  
File not found.