0
kicks
Using the HttpWebRequest Class
Last week I got a requirement for a direct interaction with an HTTP server.
As a result I needed to use the HttpWebRequest class in order to create the relevant requests.
This post will introduce the HttpWebRequest class.