IFileDownloader.DownloadString Method
Declaring Type: IFileDownloader
Namespace: Velopack.Sources
Assembly: Velopack
Assembly Version: 0.0.1298+ed8600e
Returns a string containing the contents of the specified url
public Task<string> DownloadString(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<string>
Documentation generated by MdDocs