Share via


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.

특성

적용 대상