Skip to content

Instantly share code, notes, and snippets.

@kkamegawa
Last active August 29, 2015 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kkamegawa/ccac700d8107cedf318c to your computer and use it in GitHub Desktop.
Save kkamegawa/ccac700d8107cedf318c to your computer and use it in GitHub Desktop.
Use Authentication proxy in .NET Program.append this section in exe.config file.
<system.net>
<defaultProxy useDefaultCredentials="true" enabled="true">
<proxy usesystemdefault="True"/>
</defaultProxy>
<settings>
<ipv6 enabled="true"/>
</settings>
</system.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment