Upraviť

Zdieľať cez


QuicConnection.IsSupported Property

Definition

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

public:
 static property bool IsSupported { bool get(); };
public static bool IsSupported { get; }
[System.Runtime.Versioning.SupportedOSPlatformGuard("windows")]
[System.Runtime.Versioning.SupportedOSPlatformGuard("linux")]
[System.Runtime.Versioning.SupportedOSPlatformGuard("osx")]
public static bool IsSupported { get; }
static member IsSupported : bool
[<System.Runtime.Versioning.SupportedOSPlatformGuard("windows")>]
[<System.Runtime.Versioning.SupportedOSPlatformGuard("linux")>]
[<System.Runtime.Versioning.SupportedOSPlatformGuard("osx")>]
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