다음을 통해 공유


QuicConnection.IsSupported 속성

정의

현재 컴퓨터의 클라이언트 시나리오에서 QUIC가 지원되는지 여부를 나타내는 값을 가져옵니다.

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

속성 값

현재 컴퓨터에서 QUIC가 지원되고 사용할 수 있는지 true. 그렇지 않으면 false.

특성

설명

QUIC 필수 구성 요소 및 지원되는 운영 체제는 플랫폼 종속성참조하세요.

적용 대상