SocketsHttpHandler.IsSupported プロパティ

定義

ハンドラーが現在のプラットフォームでサポートされているかどうかを示す値を取得します。

public:
 static property bool IsSupported { bool get(); };
public static bool IsSupported { get; }
[System.Runtime.Versioning.UnsupportedOSPlatformGuard("browser")]
public static bool IsSupported { get; }
static member IsSupported : bool
[<System.Runtime.Versioning.UnsupportedOSPlatformGuard("browser")>]
static member IsSupported : bool
Public Shared ReadOnly Property IsSupported As Boolean

プロパティ値

true ハンドラーがサポートされている場合は 。それ以外の場合は false

属性

適用対象