C# 클래스 OpenRA.Download

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

공개 메소드들

메소드 설명
CancelAsync ( ) : void
Download ( string url, Action onProgress, Action onComplete ) : System
Download ( string url, string path, Action onProgress, Action onComplete ) : System
FormatErrorMessage ( Exception e ) : string

비공개 메소드들

메소드 설명
DisposeWebClient ( ) : void

메소드 상세

CancelAsync() 공개 메소드

public CancelAsync ( ) : void
리턴 void

Download() 공개 메소드

public Download ( string url, Action onProgress, Action onComplete ) : System
url string
onProgress Action
onComplete Action
리턴 System

Download() 공개 메소드

public Download ( string url, string path, Action onProgress, Action onComplete ) : System
url string
path string
onProgress Action
onComplete Action
리턴 System

FormatErrorMessage() 공개 정적인 메소드

public static FormatErrorMessage ( Exception e ) : string
e System.Exception
리턴 string