C# Class RadioDld.DownloadHandler

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

Méthodes publiques

Méthode Description
Cancel ( ) : bool
DownloadHandler ( int epid ) : System
Start ( ) : void

Private Methods

Méthode Description
DownloadError ( ErrorType errorType, string errorDetails ) : void
DownloadError ( Exception unhandled ) : void
DownloadFinished ( ) : void
DownloadPluginInst_Progress ( int percent, ProgressType type ) : void
DownloadProgThread ( ) : void

Method Details

Cancel() public méthode

public Cancel ( ) : bool
Résultat bool

DownloadHandler() public méthode

public DownloadHandler ( int epid ) : System
epid int
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void