what's the difference

G

Guest

hey all,

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

thanks,
rodchar
 
P

Peter Rilling

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
what's the difference 5
checkbox databind 5
DataList1_ItemCommand event arguments 1
what's the difference - view in browser 1
css on the master page 2
webrequest help 8
CSS Style question 4

Top