Is there a way to use the new http / 2 api to send push notifications in C #?
1 answer
Currently in the standard .NET framework, HTTP / 2 is not supported in HttpClient. However, in the .NET Core framework, this is ... but it should run on Windows 10 (or Windows Server 2016, I assume). You should also only use async methods.
There is also a package called System.Net.Http.WinHttpHandler that you can get via Nuget which supports HTTP / 2 on standard .NET
+1
source to share