IFileDownloader.DownloadBytes Method
Declaring Type: IFileDownloader
Namespace: Velopack.Sources
Assembly: Velopack
Assembly Version: 0.0.1049+da27736
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, double timeout = 30);
Parameters
url
string
authorization
string
accept
string
timeout
double
Returns
Task<byte[]>
Documentation generated by MdDocs