I'm consuming a Webservice 2.0 via SOAP.
My service has a Proxy property of type System.Net.IWebProxy
.
I would like to use the proxy settings that are configured on the iOS device I'm running on.
Simple question: how? :-)
I'm consuming a Webservice 2.0 via SOAP.
My service has a Proxy property of type System.Net.IWebProxy
.
I would like to use the proxy settings that are configured on the iOS device I'm running on.
Simple question: how? :-)
See my answer here for: In Mono on OSX how do I get access to the current proxy?
I have not tried it myself but it should be identical to what MonoMac is using.