Does anyone know how to use the HTTPPostClientProtocol and HTTPGet ClientProtocol components of C# .NET or know a good article that explains it in good detail? I tried looking but I was unsuccessful :(
Thanks in advance :)
Printable View
Does anyone know how to use the HTTPPostClientProtocol and HTTPGet ClientProtocol components of C# .NET or know a good article that explains it in good detail? I tried looking but I was unsuccessful :(
Thanks in advance :)
hmm, not sure what you want to do, because for interacting with webservers there is the WebClient class which can peform all your http needs like GET and POST.