what's the difference

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hey all,

just wondering what the difference is between WebClient class and
HttpWebRequest class?

thanks,
rodchar
 
Right, I think that are just encapsulations of lower-level systems.

As indicated, WebClient uses HttpWebRequest which uses Sockets.

Each system abstracts the lower system and makes it easier to interact with,
but you also loose some control.
 

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

Similar Threads

static vs appsession 3
css on the master page 2
webrequest help 8
what's the difference 5
CSS Style question 4
checkbox databind 5
div layout help 2
DataList1_ItemCommand event arguments 1

Back
Top