Add autoconf checks for platforms without IPv6
[mono.git] / mcs / class / corlib / ReferenceSources / AppContextSwitches.cs
1 namespace System {
2         static class AppContextSwitches {
3                 public static readonly bool ThrowExceptionIfDisposedCancellationTokenSource = true;
4                 public static readonly bool SetActorAsReferenceWhenCopyingClaimsIdentity = false;
5                 public static readonly bool NoAsyncCurrentCulture = false;
6         }
7 }