C# Class Squirrel.Tests.FakeUrlDownloader

Inheritance: IFileDownloader
Afficher le fichier Open project: fusetools/Squirrel.Windows Class Usage Examples

Méthodes publiques

Méthode Description
DownloadFile ( string url, string targetFile, Action progress ) : Task
DownloadUrl ( string url ) : Task

Method Details

DownloadFile() public méthode

public DownloadFile ( string url, string targetFile, Action progress ) : Task
url string
targetFile string
progress Action
Résultat Task

DownloadUrl() public méthode

public DownloadUrl ( string url ) : Task
url string
Résultat Task