From 852b48fe37c0fa38b9157efd3eb571e2593d901c Mon Sep 17 00:00:00 2001 From: James Newton-King Date: Wed, 14 Feb 2024 16:50:56 +0800 Subject: [PATCH] Update required Windows version for WinHttpHandler to include WS2019 (#31482) --- aspnetcore/grpc/netstandard.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aspnetcore/grpc/netstandard.md b/aspnetcore/grpc/netstandard.md index ed3ee641c035..42e5929ce761 100644 --- a/aspnetcore/grpc/netstandard.md +++ b/aspnetcore/grpc/netstandard.md @@ -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.