Menu

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

Download this file

23 lines (16 with data), 1.2 kB

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

		
    <defaultProxy enabled="true" useDefaultCredentials="true">            
      <!-- Uses the default system proxy from Internet Explorer seetings, usually means "none" -->
      <!-- Comment this in and comment configuration below out to use Internet Explorer settings. Every additional setting in here together with usesystemdefault="True" will override existing Internet Explorer Proxy Settings -->      
      <proxy usesystemdefault="True"/>

      <!-- Uses the configured proxy address -->
      <!-- Comment this in and comment configuration above out to bypass system configuration -->
      <!--<proxy bypassonlocal="True" proxyaddress="http://proxy:80/"/>-->
      <!--<proxy usesystemdefault="True" scriptLocation="http://proxy/script"/>-->

    </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.