C# Class PodcastProvider.DownloadWrapper

Show file Open project: ribbons/RadioDownloader Class Usage Examples

Public Methods

Method Description
Cancel ( ) : void
Download ( ) : void
DownloadWrapper ( Uri downloadUrl, string destPath ) : System

Private Methods

Method Description
DownloadClient_DownloadFileCompleted ( object sender, System e ) : void
DownloadClient_DownloadProgressChanged ( object sender, DownloadProgressChangedEventArgs e ) : void
PowerModeChange ( object sender, Microsoft.Win32.PowerModeChangedEventArgs e ) : void

Method Details

Cancel() public method

public Cancel ( ) : void
return void

Download() public method

public Download ( ) : void
return void

DownloadWrapper() public method

public DownloadWrapper ( Uri downloadUrl, string destPath ) : System
downloadUrl System.Uri
destPath string
return System