The HttpWebRequest class appears to be a rather heavy and functionality loaded.
I only need to (as quickly and low-overhead as possible) grab a response from a Url, without any other fancy functionality. What is the fastest method with the lowest overhead to achieve this?
Thank you!