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