HttpClient.DownloadString

Returns the content of a URL as a string using a specified Encoding

public string DownloadString(string url,
	long bufferSize,
	Encoding encoding)

Parameters

url

bufferSize
Internal download buffer size used to hold data chunks.

encoding
A .NET Encoding scheme or null to attempt sniffing from Charset.


See also:

Class HttpClient

© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic