C# Class PodcastProvider.DownloadWrapper

Afficher le fichier Open project: ribbons/RadioDownloader Class Usage Examples

Méthodes publiques

Méthode Description
Cancel ( ) : void
Download ( ) : void
DownloadWrapper ( Uri downloadUrl, string destPath ) : System

Private Methods

Méthode 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 méthode

public Cancel ( ) : void
Résultat void

Download() public méthode

public Download ( ) : void
Résultat void

DownloadWrapper() public méthode

public DownloadWrapper ( Uri downloadUrl, string destPath ) : System
downloadUrl System.Uri
destPath string
Résultat System