C# 클래스 MGDF.GamesManager.Model.FileDownloader

상속: LongRunningTask
파일 보기 프로젝트 열기: mrsharpoblunto/MGDF 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_getCredentials bool>.Func

공개 메소드들

메소드 설명
Cancel ( ) : void
FileDownloader ( string sourceUrl, string destinationFileName, string expectedMd5, bool>.Func getCredentials ) : System
Start ( ) : LongRunningTaskResult

비공개 메소드들

메소드 설명
OnCheckRemoteCallback ( object sender, X509Certificate certificate, X509Chain chain, SslPolicyErrors sslPolicyErrors ) : bool

메소드 상세

Cancel() 공개 메소드

public Cancel ( ) : void
리턴 void

FileDownloader() 공개 메소드

public FileDownloader ( string sourceUrl, string destinationFileName, string expectedMd5, bool>.Func getCredentials ) : System
sourceUrl string
destinationFileName string
expectedMd5 string
getCredentials bool>.Func
리턴 System

Start() 공개 메소드

public Start ( ) : LongRunningTaskResult
리턴 LongRunningTaskResult

프로퍼티 상세

_getCredentials 보호되어 있는 프로퍼티

protected Func _getCredentials
리턴 bool>.Func