views:

884

answers:

2

I can't guess who is better

HttpWebRequest or webclient

are you suggest me who is better for performance

+4  A: 

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
A: 

Use search feature first: this question was already asked previously.

http://stackoverflow.com/questions/1694388/webclient-vs-httpwebrequst-response

feroze