C# 클래스 RadioDld.DownloadHandler

상속: Database
파일 보기 프로젝트 열기: ribbons/RadioDownloader 1 사용 예제들

공개 메소드들

메소드 설명
Cancel ( ) : bool
DownloadHandler ( int epid ) : System
Start ( ) : void

비공개 메소드들

메소드 설명
DownloadError ( ErrorType errorType, string errorDetails ) : void
DownloadError ( Exception unhandled ) : void
DownloadFinished ( ) : void
DownloadPluginInst_Progress ( int percent, ProgressType type ) : void
DownloadProgThread ( ) : void

메소드 상세

Cancel() 공개 메소드

public Cancel ( ) : bool
리턴 bool

DownloadHandler() 공개 메소드

public DownloadHandler ( int epid ) : System
epid int
리턴 System

Start() 공개 메소드

public Start ( ) : void
리턴 void