Tag Archives: HttpWebRequest

Post data using HttpWebRequest in C#

While working around twitter or any other REST API services, you may require to do a post request to web server. If you are using .net can do this either using WebClient class or using HttpWebRequest class. Both these classes … Continue reading

Posted in .Net, .Net 3.0 / 3.5, ASP.Net, Windows Forms | Tagged , , , , | 1 Comment