Tagged Questions
2
votes
1answer
935 views
Connecting to a .NET webservice via a SOCKS5 proxy
I'm attempting to connect through a SOCKS5 proxy to a webservice. Currently, my app.config is as follows:
<system.net>
<defaultProxy enabled="true" >
<proxy ...