We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
SocketsHttpHandler.IsEnabled
false
1 parent eb67c25 commit aecff25Copy full SHA for aecff25
src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/SocketsHttpHandler.cs
@@ -36,7 +36,7 @@ private void CheckDisposedOrStarted()
36
/// Gets a value that indicates whether the handler is supported on the current platform.
37
/// </summary>
38
[UnsupportedOSPlatformGuard("browser")]
39
- public static bool IsSupported => !OperatingSystem.IsBrowser();
+ public static bool IsSupported => !(OperatingSystem.IsBrowser() || OperatingSystem.IsWasi());
40
41
public bool UseCookies
42
{
0 commit comments