Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNK committed Jan 17, 2024
1 parent d02f215 commit 2dbf4a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Grpc.Net.Client/GrpcChannel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -200,10 +200,10 @@ private bool ValidateWinHttpHandlerOperatingSystemVersion()
{
// Grpc.Net.Client + .NET Framework + WinHttpHandler requires features in WinHTTP, shipped in Windows, to work correctly.
// This scenario is supported in these versions of Windows or later:
// - Windows Server 2019 and Windows Server 2022 have partial support.
// -Windows Server 2019 and Windows Server 2022 have partial support.
// -Unary and server streaming methods are supported.
// -Client and bidi streaming methods aren't supported.
// - Windows 11 has full support.
// -Windows 11 has full support.
const int WinServer2022BuildVersion = 20348;
const int WinServer2019BuildVersion = 17763;

Expand Down

0 comments on commit 2dbf4a4

Please sign in to comment.