Skip to content

Instantly share code, notes, and snippets.

@joelcarrier
Last active October 10, 2015 21:08
Show Gist options
  • Save joelcarrier/3750831 to your computer and use it in GitHub Desktop.
Save joelcarrier/3750831 to your computer and use it in GitHub Desktop.
proxy
<system.net>
<defaultProxy>
<proxy
usesystemdefault="false"
proxyaddress="http://localhost:8888"
/>
</defaultProxy>
</system.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment