HttpClient.GetUrl
Returns the content of a URL as a string
public string GetUrl(string url, long bufferSize, Encoding encoding)
Parameters
url
bufferSize
The intermediate download buffer used
encoding
A .NET Encoding scheme or null to attempt sniffing from Charset.
