Add autoconf checks for platforms without IPv6
[mono.git] / mcs / class / corlib / ReferenceSources / AppContextSwitches.cs
index bf8c82427e550cc93f68bf907e7f8a221596f81c..8874423d8492c49421debe9a2795fd721964f6a8 100644 (file)
@@ -1,5 +1,7 @@
 namespace System {
        static class AppContextSwitches {
-               public const bool ThrowExceptionIfDisposedCancellationTokenSource = true;
+               public static readonly bool ThrowExceptionIfDisposedCancellationTokenSource = true;
+               public static readonly bool SetActorAsReferenceWhenCopyingClaimsIdentity = false;
+               public static readonly bool NoAsyncCurrentCulture = false;
        }
 }
\ No newline at end of file