Download file for reading question using HttpWebRequest
Posted
by Matt
on Stack Overflow
See other posts from Stack Overflow
or by Matt
Published on 2010-05-24T08:28:15Z
Indexed on
2010/05/24
8:41 UTC
Read the original article
Hit count: 222
c#
|httpwebrequest
If I have a URL to a download, www.website.com/myfile.html
so when that link is clicked it automatically starts a download, which may be myfile.txt
for example, how would I get that file into C# for reading..
Is that what Net.WebRequest.Create(url)
, Net.HttpWebRequest
does?
© Stack Overflow or respective owner