C# Class MGDF.GamesManager.Model.FileDownloader

Inheritance: LongRunningTask
Mostra file Open project: mrsharpoblunto/MGDF Class Usage Examples

Protected Properties

Property Type Description
_getCredentials bool>.Func

Public Methods

Method Description
Cancel ( ) : void
FileDownloader ( string sourceUrl, string destinationFileName, string expectedMd5, bool>.Func getCredentials ) : System
Start ( ) : LongRunningTaskResult

Private Methods

Method Description
OnCheckRemoteCallback ( object sender, X509Certificate certificate, X509Chain chain, SslPolicyErrors sslPolicyErrors ) : bool

Method Details

Cancel() public method

public Cancel ( ) : void
return void

FileDownloader() public method

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

Start() public method

public Start ( ) : LongRunningTaskResult
return LongRunningTaskResult

Property Details

_getCredentials protected_oe property

protected Func _getCredentials
return bool>.Func