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?
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?