HttpClientFileDownloader.DownloadBytes Method
Declaring Type: HttpClientFileDownloader
Namespace: Velopack.Sources
Assembly: Velopack
Assembly Version: 0.0.1298+ed8600e
[AsyncStateMachine(Velopack.Sources.HttpClientFileDownloader/<DownloadBytes>d__3)]
public Task<byte[]> DownloadBytes(string url, [Nullable(Mono.Cecil.CustomAttributeArgument[])]IDictionary<string, string> headers, double timeout);
Parameters
url string
headers IDictionary<string, string>
timeout double
Returns
Task<byte[]>
Documentation generated by MdDocs