I\'d like to create my own custom HTTP requests. The WebClient class is very cool, but it creates the HTTP requests automatically. I\'m thinking I need to create a network
Use the WebRequest or WebResponse classes, as required.
If you need to go lower level than these provide, look at the other System.Net.Sockets.*Client classes such as TcpClient.