Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

QuicConnection.IsSupported Property

Definition

Namespace:
System.Net.Quic
Assembly:
System.Net.Quic.dll
Source:
QuicConnection.cs
Source:
QuicConnection.cs
Source:
QuicConnection.cs
Source:
QuicConnection.cs
Source:
QuicConnection.cs

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Gets a value that indicates whether QUIC is supported for client scenarios on the current machine.

public:
 static property bool IsSupported { bool get(); };
[System.Runtime.Versioning.SupportedOSPlatformGuard("windows")]
[System.Runtime.Versioning.SupportedOSPlatformGuard("linux")]
[System.Runtime.Versioning.SupportedOSPlatformGuard("osx")]
public static bool IsSupported { get; }
public static bool IsSupported { get; }
[<System.Runtime.Versioning.SupportedOSPlatformGuard("windows")>]
[<System.Runtime.Versioning.SupportedOSPlatformGuard("linux")>]
[<System.Runtime.Versioning.SupportedOSPlatformGuard("osx")>]
static member IsSupported : bool
static member IsSupported : bool
Public Shared ReadOnly Property IsSupported As Boolean

Property Value

true if QUIC is supported on the current machine and can be used; otherwise, false.

Attributes

Remarks

For QUIC prerequisites and supported operating systems, see Platform dependencies.

Applies to


Feedback

Was this page helpful?