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.


See also:

Class HttpClient

© West Wind Technologies, 1996-2020 • Updated: 07/15/20
Comment or report problem with topic