webrequest webclient

  • Thread starter Thread starter Aaron
  • Start date Start date
A

Aaron

whats the difference between webrequest and webclient? and in what case
should I use which?

thanks
Aaron
 
Hi Aaron:

WebClient has a simpler interface than WebRequest. In general you
could stick to using just WebClient unless you needed to manipulate
the request in an advanced way. I have an example using both classes
here:

http://odetocode.com/Articles/162.aspx

--s
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top