Menu

[r25]: / trunk / GoogleContactsSync / App.config  Maximize  Restore  History

Download this file

28 lines (21 with data), 925 Bytes

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
  <system.net>
		
		<!-- For common http proxy, comment first block in -->
		<!-- For details how to configure and examples, see MSDN documentation at http://msdn.microsoft.com/en-us/library/kd3cf2ex.aspx	-->


		<!-- Uses the configured proxy address -->
    <!-- Comment this in and comment configuration below out to bypass system configuration -->
    <!--
    <defaultProxy enabled="true" useDefaultCredentials="true">
        <proxy bypassonlocal="True" proxyaddress="http://proxy:80/"></proxy>
    </defaultProxy>
    -->


		<!-- Uses the default system proxy, usually means "none" -->
    <!-- Comment this in to override Internet Explorer Proxy Settings -->
    <!--
		<defaultProxy enabled="true" useDefaultCredentials="true">
        <proxy usesystemdefault="True"/>
    </defaultProxy>
		-->
  </system.net>
</configuration>

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.