Downloads the dump into the target file. Allowing to provide a listener to track the downloading process.

C# | Visual Basic | Visual C++ | J# |
void Download( string target, EventHandler<DownloadEventArgs> listener )
Sub Download ( _ target As String, _ listener As EventHandler(Of DownloadEventArgs) _ )
void Download( String^ target, EventHandler<DownloadEventArgs^>^ listener )
void Download( String target, EventHandler<DownloadEventArgs> listener )

- target (String)
- Target file for the dump file.
- listener (EventHandler<(Of <(DownloadEventArgs>)>))
- Listener to track the downloading process.