Document HTTP_PROXY and NO_PROXY environment variables.
[mono.git] / mcs / class / System / ReferenceSources / HttpSysSettings.cs
1 namespace System.Net
2 {
3         static class HttpSysSettings
4         {
5                 public const bool EnableNonUtf8 = true;
6                 public const bool FavorUtf8 = true;
7         }
8 }