proxy

  1. T

    Question WebClient Proxy Issue...

    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...
  2. T

    checking Proxy Question...

    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...
  3. J

    Question How to bypass Proxy

    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...
  4. G

    Question httpWebRequest & proxy problem

    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...
  5. F

    work with proxies and HttpWebRequests

    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...
  6. P

    proxy settings for web browser

    I have used web browser control. I want to use different web proxy on each web request. how to set proxy for this. reply me as soon as possible.
Back
Top