Aracılığıyla paylaş


QuicListener.IsSupported Özellik

Tanım

Geçerli makinedeki sunucu senaryoları için QUIC'nin desteklenip desteklenmediğini gösteren bir değer alır.

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

Özellik Değeri

GEÇERLI makinede QUIC'nin desteklenip desteklenmediğini ve kullanılıp kullanılamayabileceğini true; aksi takdirde false.

Öznitelikler

Açıklamalar

QUIC önkoşulları ve desteklenen işletim sistemleri için bkz. Platform bağımlılıkları.

Şunlara uygulanır