Condividi tramite


QuicListener.IsSupported Proprietà

Definizione

Ottiene un valore che indica se QUIC è supportato per gli scenari del server nel computer corrente.

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

Valore della proprietà

true se QUIC è supportato nel computer corrente e può essere usato; in caso contrario, false.

Attributi

Commenti

Per i prerequisiti QUIC e i sistemi operativi supportati, vedere dipendenze della piattaforma .

Si applica a