How do i keep a connection alive in C#? I\'m not doing it right. Am i suppose to create an HttpWebRequest obj and use it to go to any URLs i need? i dont see a way to visit
You can set the HttpWebRequest.KeepAlive property to true.
For the Proxies, there is a property also: HttpWebRequest.Proxy