C# Class RadioDld.DownloadHandler

Inheritance: Database
Show file Open project: ribbons/RadioDownloader Class Usage Examples

Public Methods

Method Description
Cancel ( ) : bool
DownloadHandler ( int epid ) : System
Start ( ) : void

Private Methods

Method 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 method

public Cancel ( ) : bool
return bool

DownloadHandler() public method

public DownloadHandler ( int epid ) : System
epid int
return System

Start() public method

public Start ( ) : void
return void