IFileDownloader.DownloadString Method
Declaring Type: IFileDownloader
Namespace: Velopack.Sources
Assembly: Velopack
Assembly Version: 0.0.1049+da27736
Returns a string containing the contents of the specified url
public Task<string> DownloadString(string url, string authorization = null, string accept = null, double timeout = 30);
Parameters
url
string
authorization
string
accept
string
timeout
double
Returns
Task<string>
Documentation generated by MdDocs