Skip to content

Commit

Permalink
Update required Windows version for WinHttpHandler to include WS2019 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNK authored Feb 14, 2024
1 parent 0d8b2e3 commit 852b48f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aspnetcore/grpc/netstandard.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ For more information, see [Configure gRPC-Web with the .NET gRPC client](xref:gr

Requirements and restrictions to using `WinHttpHandler`:

* Windows 11 or later, Windows Server 2022 or later.
* Windows 11 or later, Windows Server 2019 or later.
* gRPC client is fully supported on Windows 11 or later.
* gRPC client is partially supported on Windows Server 2022. Unary and server streaming methods are supported. Client and bidirectional streaming methods are **_not_** supported.
* gRPC client is partially supported on Windows Server 2019 and Windows Server 2022. Unary and server streaming methods are supported. Client and bidirectional streaming methods are **_not_** supported.
* A reference to [`System.Net.Http.WinHttpHandler`](https://www.nuget.org/packages/System.Net.Http.WinHttpHandler/) version 6.0.1 or later.
* Configure `WinHttpHandler` on the channel using `GrpcChannelOptions.HttpHandler`.
* .NET Framework 4.6.1 or later.
Expand Down

0 comments on commit 852b48f

Please sign in to comment.