J
JezB
I'm writing a windows forms application which accesses the internet at
various points in two different ways:
- calling a webservice (.wsdl),
- using the WebRequest & WebResponse methods.
I have a user that runs the software behind a firewall. He's getting proxy
errors thrown, quite understandably since I simply assume an internet
connection is available.
So, how can I :
(a) retrieve the proxy settings defined in the user's internet (IE) settings
?
(b) use these proxy settings in both the internet access methods mentioned
above ?
Any guidance greatly appreciated !
various points in two different ways:
- calling a webservice (.wsdl),
- using the WebRequest & WebResponse methods.
I have a user that runs the software behind a firewall. He's getting proxy
errors thrown, quite understandably since I simply assume an internet
connection is available.
So, how can I :
(a) retrieve the proxy settings defined in the user's internet (IE) settings
?
(b) use these proxy settings in both the internet access methods mentioned
above ?
Any guidance greatly appreciated !