C# Class MGDF.GamesManager.Model.FileDownloader

Inheritance: LongRunningTask
Afficher le fichier Open project: mrsharpoblunto/MGDF Class Usage Examples

Protected Properties

Свойство Type Description
_getCredentials bool>.Func

Méthodes publiques

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

Private Methods

Méthode Description
OnCheckRemoteCallback ( object sender, X509Certificate certificate, X509Chain chain, SslPolicyErrors sslPolicyErrors ) : bool

Method Details

Cancel() public méthode

public Cancel ( ) : void
Résultat void

FileDownloader() public méthode

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

Start() public méthode

public Start ( ) : LongRunningTaskResult
Résultat LongRunningTaskResult

Property Details

_getCredentials protected_oe property

protected Func _getCredentials
Résultat bool>.Func