IFileDownloader.DownloadBytes Method
Declaring Type: IFileDownloader
Namespace: Velopack.Sources
Assembly: Velopack
Assembly Version: 0.0.942+a011233
Returns a byte array containing the contents of the file at the specified url
public Task<byte[]> DownloadBytes(string url, string authorization = null, string accept = null);
Parameters
url
string
authorization
string
accept
string
Returns
Task<byte[]>
Documentation generated by MdDocs