Results 1 to 2 of 2

Thread: Proxy Connection

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Feb 2005
    Posts
    163

    Proxy Connection

    hey!

    is there a way I can proxify my application's connection to the internet??

    I want it to be able to select a random proxy from a list of proxy IP address in a text file.

    Is that possible?

    Thanks

  2. #2

    Thread Starter
    Addicted Member
    Join Date
    Feb 2005
    Posts
    163

    Re: Proxy Connection

    Well after some research I came accross System.Net.WebProxy. Here is what I have with it so far:

    Code:
    Dim pr As New System.Net.WebProxy(proxy)
    Can I set the value of proxy to equal something like 127.0.1.2:80 or do I need to split it into the address and port?

    Also how do I force my application to connect to the internet through that proxy? Because this is ithe part that is really baffeling me.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width