C# 클래스 Fun.FunapiHttpDownloader

파일 보기 프로젝트 열기: iFunFactory/demo-kgc-2015 1 사용 예제들

공개 메소드들

메소드 설명
ContinueDownload ( ) : void
FunapiHttpDownloader ( ) : System
GetDownloadList ( string hostname_or_ip, UInt16 port, bool https, string target_path ) : void
GetDownloadList ( string url, string target_path ) : void
StartDownload ( ) : void
Stop ( ) : void

비공개 메소드들

메소드 설명
AsyncDownloadFile ( ) : IEnumerator
CheckFileList ( List list ) : IEnumerator
DeleteLocalFiles ( ) : void
DownloadDataCompleteCb ( object sender, DownloadDataCompletedEventArgs ar ) : void
DownloadFileCompleteCb ( object sender, System ar ) : void
DownloadListFile ( string url ) : void
DownloadProgressChangedCb ( object sender, DownloadProgressChangedEventArgs ar ) : void
DownloadResourceFile ( ) : void
LoadCachedList ( ) : void
OnFinishedCallback ( DownloadResult code ) : void
RemoveCachedList ( List remove_list ) : void
UpdateCachedList ( ) : void

메소드 상세

ContinueDownload() 공개 메소드

public ContinueDownload ( ) : void
리턴 void

FunapiHttpDownloader() 공개 메소드

public FunapiHttpDownloader ( ) : System
리턴 System

GetDownloadList() 공개 메소드

public GetDownloadList ( string hostname_or_ip, UInt16 port, bool https, string target_path ) : void
hostname_or_ip string
port System.UInt16
https bool
target_path string
리턴 void

GetDownloadList() 공개 메소드

public GetDownloadList ( string url, string target_path ) : void
url string
target_path string
리턴 void

StartDownload() 공개 메소드

public StartDownload ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void