Copyright © 2006-2023 MultiMedia Soft

Downloader.Destroy method

Previous pageReturn to chapter overviewNext page

Remarks

 

Destroys the downloader and disposes its resources.

 

For details about management of download sessions from HTTP and FTP servers, refer to the How to manage download sessions tutorial.

 

 

Syntax

 

[Visual Basic]

Public Sub Destroy (

)


 

[C#]

public void Destroy (

);


 

[C++]

public: void Destroy(

);


 

 

Return value

 

None