|
-
Feb 15th, 2009, 03:02 AM
#1
Thread Starter
Hyperactive Member
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..
-
Feb 15th, 2009, 04:12 AM
#2
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?
-
Feb 15th, 2009, 08:33 AM
#3
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.
-
Feb 15th, 2009, 08:45 AM
#4
Thread Starter
Hyperactive Member
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.
-
Feb 15th, 2009, 08:46 AM
#5
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.
-
Feb 15th, 2009, 08:46 AM
#6
Thread Starter
Hyperactive Member
Re: WebProxy Class
 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.
-
Feb 15th, 2009, 08:47 AM
#7
Thread Starter
Hyperactive Member
Re: WebProxy Class
 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..
-
Feb 15th, 2009, 08:52 AM
#8
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.
-
Feb 15th, 2009, 09:08 AM
#9
Thread Starter
Hyperactive Member
Re: WebProxy Class
 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..
-
Feb 15th, 2009, 09:16 AM
#10
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.
-
Feb 15th, 2009, 09:17 AM
#11
Thread Starter
Hyperactive Member
Re: WebProxy Class
 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?
-
Feb 16th, 2009, 10:17 AM
#12
Thread Starter
Hyperactive Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|