Rachit95 / google-api-for-dotnet

Automatically exported from code.google.com/p/google-api-for-dotnet
0 stars 0 forks source link

GoogleSearch proxy support #24

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Try to use the library thru a proxy

What is the expected output? What do you see instead?

The library doesn't works. Error: "Failed to get response."

What version of the product are you using? On what operating system?

latest 0.3

Please provide any additional information below.

Original issue reported on code.google.com by abatishchev on 29 Jul 2009 at 12:37

GoogleCodeExporter commented 8 years ago
Some one has the same request.

Original comment by iron9li...@gmail.com on 30 Jul 2009 at 2:59

GoogleCodeExporter commented 8 years ago
You can change WebRequest.DefaultWebProxy Property.
(http://forums.lhotka.net/forums/post/29271.aspx)
Or you can change it via App.Config.

Original comment by iron9li...@gmail.com on 30 Jul 2009 at 4:13