File: System\Net\Quic\QuicConnection.Unsupported.cs | Web Access |
Project: src\src\libraries\System.Net.Quic\src\System.Net.Quic.csproj (System.Net.Quic) |
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Runtime.Versioning; namespace System.Net.Quic; public sealed partial class QuicConnection { [SupportedOSPlatformGuard("windows")] [SupportedOSPlatformGuard("linux")] [SupportedOSPlatformGuard("osx")] public static bool IsSupported => false; } |