DEBSOURCES
Skip Quicknav
sources / mono / 6.14.1%2Bds2-1 / mcs / class / System / ReferenceSources / HttpSysSettings.cs
12345678
namespace System.Net { static class HttpSysSettings { public const bool EnableNonUtf8 = true; public const bool FavorUtf8 = true; } }