How do I re-use the sockets in HttpWebRequest if I want to send a lot of requests fast? Right now it sends the requests at between 300ms to 800ms. And I re-declare my HttpWebRequest in each call
Is this even possible? I noticed making my own GET requests using a TCPClient was a lot faster but it was too much hassle implementing https/ssl