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.
 
Back
Top