SocketsHttpHandler.IsSupported 属性    
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个值,用于指示当前平台是否支持处理程序。
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 : boolPublic Shared ReadOnly Property IsSupported As Boolean属性值
              true 如果支持处理程序,则为 ;否则为 false。
- 属性