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

属性

适用于