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..
Printable View
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..
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?
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.
This is the code which i use to access proxy.Code:dim clent as new Webclient
client.Proxy = New System.Net.WebProxy("100.100.100.100:100)
Well, if the IP address you specify is not a proxy server, then you won't get anything out of it at all.
Quote:
Originally Posted by Atheist
My Project needs to access some websites.It wants to access it by hiding end users ip.
Yeah i used some proxy ips which i found from internet.. most of them are not working.. :oQuote:
Originally Posted by mendhak
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? :o i am really tired of finding. i have spent morethan 5 days.. i kindly request u.. please..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?Quote:
Originally Posted by Atheist
anyone to reply? :o i really need help..