-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Full gRPC support when running on .NET Framework on Windows 11 (#387)
* Create GrpcAdapterProxy.netfx.cs Adds .NET Framework-only static methods to `GrpcAdapterProxy` for checking if the host OS is Windows 11 or later. When Windows 11 is being used, gRPC clients using WinHTTP can call both client and bidirectional streaming gRPC methods. * Use bidirectional streaming where supported Backport bidirectional streaming from netstandard2.1 to net48 when running on Windows 11 or greater. The existing net48 implementation is still used when a different version of Windows is used. https://learn.microsoft.com/en-us/aspnet/core/grpc/netstandard#net-framework
- Loading branch information
1 parent
4eeddae
commit 486c2f7
Showing
17 changed files
with
481 additions
and
249 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.