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