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.
See also:
Class HttpClient© West Wind Technologies, 1996-2024 • Updated: 06/29/24
Comment or report problem with topic