C# Class Squirrel.Tests.FakeUrlDownloader

Inheritance: IFileDownloader
Datei anzeigen Open project: fusetools/Squirrel.Windows Class Usage Examples

Public Methods

Method Description
DownloadFile ( string url, string targetFile, Action progress ) : Task
DownloadUrl ( string url ) : Task

Method Details

DownloadFile() public method

public DownloadFile ( string url, string targetFile, Action progress ) : Task
url string
targetFile string
progress Action
return Task

DownloadUrl() public method

public DownloadUrl ( string url ) : Task
url string
return Task