Skip to content

Commit

Permalink
exists but not supported?
Browse files Browse the repository at this point in the history
  • Loading branch information
Todd committed Oct 20, 2023
1 parent d1836f9 commit b8e328d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/Flurl.Test/Http/FlurlClientBuilderTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ public void inner_hanlder_is_SocketsHttpHandler_when_supported() {
#endif
if (supported) {
Console.WriteLine($"{shh.FullName} Found in {typeof(HttpClientHandler).Assembly.FullName}");
supported = (bool)shh.GetProperty("IsSupported").GetValue(Activator.CreateInstance(shh));
Console.WriteLine($"IsSupported = {supported}");
}

HttpMessageHandler handler = null;
Expand Down

0 comments on commit b8e328d

Please sign in to comment.