Skip to content

Instantly share code, notes, and snippets.

@24code
Created January 25, 2022 07:58
Show Gist options
  • Select an option

  • Save 24code/03480c22f3aa7826c0d741e4a870311b to your computer and use it in GitHub Desktop.

Select an option

Save 24code/03480c22f3aa7826c0d741e4a870311b to your computer and use it in GitHub Desktop.
system.net.defaultproxy.config
<system.net>
<defaultProxy>
<proxy
usesystemdefault="True"
proxyaddress="http://127.0.0.1:8899"
bypassonlocal="True" />
</defaultProxy>
</system.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment