共用方式為


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 必要條件和支援的作業系統,請參閱 平臺相依性

適用於