I need to write a forms application in C# that sends parameters via HTTP POST to a url, and gets back the response.
I really don't realize where to start this, is it possible at all ?
Thanks in advance, Gal.
|
|
|
As a start please see 1- HttpWebRequest Class 2- HttpWebResponse Class 3- WebClient Class in MSDN Please see Here |
|||
|
|
|
This isn't in C# but you should be able to intepret it.
If you need clarification, let me know. |
||||
|
|