I have been working on a small application that can crawl Google to show some of the search engine results pages and the WebClient normally connects fine, but after trying to connect to Google thru the WebClient proxy property, it just isn't connecting properly. Here is the code that I'm working...
I am interested in learning more about proxy connections. I've been doing a little testing with connecting to proxies through the HttpWebRequest & using the request.Proxy & request.Timeout. But I've noticed that it seems to be a little difficult trying to move on to the next proxy after checking...
I'm writing a windows application that uses WebService calls. However some of our clients use Proxy server. I need to bypass the proxy somehow in order to WebService calls to work. How do I do that?
Can I do it directly writing a piece of code or do I have to update app.config somehow? I can...
Hi,
I am using httpWebRequest to read the content of a url through a proxy server. Since I didn't want to configure the proxy in my application I read whatever I had in the IE, but it seems to take forever to actually read the url (less than 1kb).
Here is the code that I am using. Is there...
Hello
I have been searching for hours on how to use proxies in VB.Net and finally i just gave up and came here.
I am trying to send httpwebrequest's but i would also like to use with proxies.
I would like to send this HttpWebRequest behind a proxy
Dim objHTTPRequest As HttpWebRequest...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.