IFileDownloader Interface
Namespace: Velopack.Sources
Assembly: Velopack
Assembly Version: 0.0.942+a011233
A simple abstractable file downloader
public interface IFileDownloader
Methods
Name | Description |
---|---|
DownloadBytes(string, string, string) | Returns a byte array containing the contents of the file at the specified url |
DownloadFile(string, string, Action<int>, string, string, CancellationToken) | Downloads a remote file to the specified local path |
DownloadString(string, string, string) | Returns a string containing the contents of the specified url |
Documentation generated by MdDocs