Partilhar via


QuicListener.IsSupported Propriedade

Definição

Obtém um valor que indica se o QUIC tem suporte para cenários de servidor no computador atual.

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

Valor da propriedade

true se o QUIC tiver suporte no computador atual e puder ser usado; caso contrário, false.

Atributos

Comentários

Para pré-requisitos quic e sistemas operacionais com suporte, consulte Dependências da Plataforma.

Aplica-se a