Udostępnij za pośrednictwem


QuicListener.IsSupported Właściwość

Definicja

Pobiera wartość wskazującą, czy quiC jest obsługiwany w scenariuszach serwera na bieżącej maszynie.

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

Wartość właściwości

true, jeśli na bieżącej maszynie jest obsługiwany quic i może być używany; w przeciwnym razie false.

Atrybuty

Uwagi

Aby uzyskać wymagania wstępne QUIC i obsługiwane systemy operacyjne, zobacz Zależności platformy.

Dotyczy