次の方法で共有


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 の前提条件とサポートされているオペレーティング システムについては、「プラットフォームの依存関係」を参照してください。

適用対象