Is there ANY way for a windows app to consume a web service by going
through a SOCKS proxy? This is a MUST for me because the windows app I
am building will be deployed to many corporate clients who are behind
SOCKS proxies.
My app also has corporate clients that are behind a HTTP proxy. Is
there a way for the windows app to consume a web service through a
HTTP proxy?
Please post any relevant code you have, THANKS!
Thomas Miller - 19 Oct 2004 22:43 GMT
Still waiting on an answer to this question.
Thomas Miller - 05 Nov 2004 22:30 GMT
Martin Kulov - 06 Nov 2004 10:29 GMT
Hi Thomas,
You can use GlobalProxySelection class, but IMHO it is only for http proxies. I haven’t used it though so you can check if it works with SOCKS proxies.
HTH,
Martin Kulov
www.codeattest.com