2005-11-24 Chris Toshok <toshok@ximian.com>
[mono.git] / data / net_1_1 / machine.config
index dd44bce11b03192f48dc73c3385633fdc6aacc64..3540f71215a4d39cec67041e4813d262ff2584fa 100644 (file)
                        <add type="System.Net.NtlmClient, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
                </authenticationModules>
                <defaultProxy>
-                       <proxy />
-                       <!-- bypassonlocal and proxyaddress are ok -->
-                       <!-- usessystemdefault is not supported -->
+                       <proxy
+                               usesystemdefault = "true"
+                               bypassonlocal = "true"
+                       />
+                       <!--  proxyaddress can also be set -->
                </defaultProxy>
                <webRequestModules>
                        <add prefix="http" type="System.Net.HttpRequestCreator, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />