Results 1 to 12 of 12

Thread: WebProxy Class

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jan 2009
    Posts
    429

    WebProxy Class

    hi,

    I want to know which ip and ports are supported by webproxy class.. i used 127.123.123.124:2690 format.. only few ips are working out of 1000.. is there any way to get working one? please help me..

  2. #2
    Raging swede Atheist's Avatar
    Join Date
    Aug 2005
    Location
    Sweden
    Posts
    8,018

    Re: WebProxy Class

    What do you mean? The WebProxy class does not support only a handful of IP's. Could you explain more about what you're doing and why?
    Rate posts that helped you. I do not reply to PM's with coding questions.
    How to Get Your Questions Answered
    Current project: tunaOS
    Me on.. BitBucket, Google Code, Github (pretty empty)

  3. #3
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: WebProxy Class

    Show your code. A webproxy class is simply meant to be an assigned property for the WebRequest or HttpWebRequest you use. If you face problems with it then you need to look into those problems in detail, it may even be network issues.

  4. #4

    Thread Starter
    Hyperactive Member
    Join Date
    Jan 2009
    Posts
    429

    Re: WebProxy Class

    Code:
    dim clent as new Webclient
    client.Proxy = New System.Net.WebProxy("100.100.100.100:100)
    This is the code which i use to access proxy.

  5. #5
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: WebProxy Class

    Well, if the IP address you specify is not a proxy server, then you won't get anything out of it at all.

  6. #6

    Thread Starter
    Hyperactive Member
    Join Date
    Jan 2009
    Posts
    429

    Re: WebProxy Class

    Quote Originally Posted by Atheist
    What do you mean? The WebProxy class does not support only a handful of IP's. Could you explain more about what you're doing and why?

    My Project needs to access some websites.It wants to access it by hiding end users ip.

  7. #7

    Thread Starter
    Hyperactive Member
    Join Date
    Jan 2009
    Posts
    429

    Re: WebProxy Class

    Quote Originally Posted by mendhak
    Well, if the IP address you specify is not a proxy server, then you won't get anything out of it at all.
    Yeah i used some proxy ips which i found from internet.. most of them are not working..

  8. #8
    Raging swede Atheist's Avatar
    Join Date
    Aug 2005
    Location
    Sweden
    Posts
    8,018

    Re: WebProxy Class

    Then its nothing you can do anything about. The WebProxy class will, of course, not work if the proxy does not work.
    Rate posts that helped you. I do not reply to PM's with coding questions.
    How to Get Your Questions Answered
    Current project: tunaOS
    Me on.. BitBucket, Google Code, Github (pretty empty)

  9. #9

    Thread Starter
    Hyperactive Member
    Join Date
    Jan 2009
    Posts
    429

    Re: WebProxy Class

    Quote Originally Posted by Atheist
    Then its nothing you can do anything about. The WebProxy class will, of course, not work if the proxy does not work.
    Can you kindly tell me where to find those? i am really tired of finding. i have spent morethan 5 days.. i kindly request u.. please..

  10. #10
    Raging swede Atheist's Avatar
    Join Date
    Aug 2005
    Location
    Sweden
    Posts
    8,018

    Re: WebProxy Class

    Im not sure. If I was to find some public proxy servers I'd google, and I guess you have already done that.
    Personally I dont trust public, free proxyservers.
    Rate posts that helped you. I do not reply to PM's with coding questions.
    How to Get Your Questions Answered
    Current project: tunaOS
    Me on.. BitBucket, Google Code, Github (pretty empty)

  11. #11

    Thread Starter
    Hyperactive Member
    Join Date
    Jan 2009
    Posts
    429

    Re: WebProxy Class

    Quote Originally Posted by Atheist
    Im not sure. If I was to find some public proxy servers I'd google, and I guess you have already done that.
    Personally I dont trust public, free proxyservers.
    How much will it cost to get a private proxy server?

  12. #12

    Thread Starter
    Hyperactive Member
    Join Date
    Jan 2009
    Posts
    429

    Re: WebProxy Class

    anyone to reply? i really need help..

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