Question How to bypass Proxy

juhah

Active member
Joined
Apr 16, 2007
Messages
28
Programming Experience
3-5
I'm writing a windows application that uses WebService calls. However some of our clients use Proxy server. I need to bypass the proxy somehow in order to WebService calls to work. How do I do that?

Can I do it directly writing a piece of code or do I have to update app.config somehow? I can turn it off but i need to bypass it. Any help?
 
Back
Top