Proxy Connection

Coonecting to the internet though a proxy

Page 1 of 1

4 Replies - 1209 Views - Last Post: 04 May 2009 - 09:39 AM Rate Topic: -----

#1 theuman  Icon User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 2
  • Joined: 04-May 09

Proxy Connection

Posted 04 May 2009 - 03:07 AM

hey!

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

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

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.

Is that possible?

Thanks

Is This A Good Question/Topic? 0
  • +

Replies To: Proxy Connection

#2 Asscotte  Icon User is offline

  • D.I.C Addict
  • member icon

Reputation: 35
  • View blog
  • Posts: 610
  • Joined: 08-February 09

Re: Proxy Connection

Posted 04 May 2009 - 06:12 AM

View Posttheuman, on 4 May, 2009 - 02:07 AM, said:

hey!

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

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

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.

Is that possible?

Thanks



did you try googling this?
http://www.vbdotneth.../WebServer.aspx

http://www.codeproje...e_by_proxy.aspx

these were the top to results
Was This Post Helpful? 0
  • +
  • -

#3 PsychoCoder  Icon User is offline

  • Google.Sucks.Init(true);
  • member icon

Reputation: 1619
  • View blog
  • Posts: 19,853
  • Joined: 26-July 07

Re: Proxy Connection

Posted 04 May 2009 - 06:52 AM

I can only come up with a couple items for this, and none of them are moral or ethical. So, why are you needing to accomplish?
Was This Post Helpful? 0
  • +
  • -

#4 theuman  Icon User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 2
  • Joined: 04-May 09

Re: Proxy Connection

Posted 04 May 2009 - 09:36 AM

Oh, please do not worry. My purpose is completely honourable.

I am building a bulk Google PR checker.

However, google imposes a ban detection system, so that people who make too many queries get a temporary suspension.

I am by no way trying to push google's limits, I just wish to be able to check as many domains in as little time as possible.

I know there is commercial software out there that does that too.

I tried contacting google, but am struggling to get in touch with the right people.

with regards to the links, I have seen the second one which is what got me the function to use. Though I will look at the first one now too.
Was This Post Helpful? 0
  • +
  • -

#5 PsychoCoder  Icon User is offline

  • Google.Sucks.Init(true);
  • member icon

Reputation: 1619
  • View blog
  • Posts: 19,853
  • Joined: 26-July 07

Re: Proxy Connection

Posted 04 May 2009 - 09:39 AM

If you're trying to circumvent security that Google has in place we will not help you with that. I think you're best to do what Google will allow :)
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1