Downloader.Destroy method |
|
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