HttpWebRequest Vs webclient class who is better [duplicate]
Asked Answered
H

1

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

Hypo answered 1/12, 2009 at 17:31 Comment(0)
C
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.

Clone answered 1/12, 2009 at 17:34 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.