C# 클래스 csShared.Utils.DownloadCache

파일 보기 프로젝트 열기: TNOCS/csTouch 1 사용 예제들

공개 메소드들

메소드 설명
CalculateMD5Hash ( string input ) : string
DownloadCache ( ) : System
DownloadFile ( Uri u ) : void
DownloadFile ( Uri u, bool refresh ) : void
DownloadString ( Uri u ) : void
DownloadString ( Uri u, bool refresh ) : void
ExistsLocal ( Uri u ) : bool
LocalUrl ( Uri u ) : string

비공개 메소드들

메소드 설명
GetFile ( string e ) : string
bw_DoWork ( object sender, DoWorkEventArgs e ) : void
wc_DownloadDataCompleted ( object sender, DownloadDataCompletedEventArgs e ) : void
wc_DownloadStringCompleted ( object sender, DownloadStringCompletedEventArgs e ) : void

메소드 상세

CalculateMD5Hash() 공개 메소드

public CalculateMD5Hash ( string input ) : string
input string
리턴 string

DownloadCache() 공개 메소드

public DownloadCache ( ) : System
리턴 System

DownloadFile() 공개 메소드

public DownloadFile ( Uri u ) : void
u System.Uri
리턴 void

DownloadFile() 공개 메소드

public DownloadFile ( Uri u, bool refresh ) : void
u System.Uri
refresh bool
리턴 void

DownloadString() 공개 메소드

public DownloadString ( Uri u ) : void
u System.Uri
리턴 void

DownloadString() 공개 메소드

public DownloadString ( Uri u, bool refresh ) : void
u System.Uri
refresh bool
리턴 void

ExistsLocal() 공개 메소드

public ExistsLocal ( Uri u ) : bool
u System.Uri
리턴 bool

LocalUrl() 공개 메소드

public LocalUrl ( Uri u ) : string
u System.Uri
리턴 string