How to get the content of url

  • Thread starter Thread starter Bill Yin
  • Start date Start date
Hi Bill,

You can use WebClient.DownloadData or WebClient.DownloadFile or the more advanced HttpWebRequest + HttpWebResponse and read the stream.
 
Thank you.



Morten Wennevik said:
Hi Bill,

You can use WebClient.DownloadData or WebClient.DownloadFile or the more
advanced HttpWebRequest + HttpWebResponse and read the stream.
 
Back
Top