HttpClient.DownloadStream
Return a the result from an HTTP Url into a StreamReader. Client code should call Close() on the returned object when done reading.
public StreamReader DownloadStream(string url)
Parameters
url
Url to retrieve.
