6

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

Community
  • 1
  • 1

1 Answers1

12

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.

James Alexander
  • 6,132
  • 10
  • 42
  • 56