IFileDownloader.DownloadBytes Method
Declaring Type: IFileDownloader
Namespace: Velopack.Sources
Assembly: Velopack
Assembly Version: 0.0.1298+ed8600e
Returns a byte array containing the contents of the file at the specified url
public Task<byte[]> DownloadBytes(string url, [Nullable(Mono.Cecil.CustomAttributeArgument[])]IDictionary<string, string> headers = null, double timeout = 30);
Parameters
url string
headers IDictionary<string, string>
timeout double
Returns
Task<byte[]>
Documentation generated by MdDocs