How to post data to specific URL using WebClient in C#

I need to use “HTTP Post” with WebClient to post some data to a specific URL I have.

Now, I know this can be accomplished with WebRequest but for some reasons I want to use WebClient instead. Is that possible? If so, can someone show me some example or point me to the right direction?

9 Answers
9

Leave a Comment