I have developed some code to call a web service in c#. The code works fine when not running via the company's network. However, when running from the network it can't see the destination. I believe that this could well be because of a proxy server which is in place.
Does anyone know how to set the proxy server details within the call to the web service?
Thank you.
Does anyone know how to set the proxy server details within the call to the web service?
Thank you.