HttpWebRequest Vs webclient class who is better

anirudha Gupta picture anirudha Gupta · Dec 1, 2009 · Viewed 10.2k times · Source

Possible Duplicate:
WebClient vs. HttpWebRequest/HttpWebResponse

I can't guess who is better

HttpWebRequest or webclient

Can you suggest me which one is better in terms of performance

Answer

James Alexander picture James Alexander · Dec 1, 2009

I'd recommend testing the performance w/ what you want to do in both instances. I believe though that WebClient is simply a helper that implements HttpWebRequest under the hood.