.net - Is there any way to use the new http/2 api to send push notifications in C#? -
i have tried several options, closest i've got httptwo, not seem production ready, i've tried httpclient setting version 2.0, call won't pass, think http/2 support in .net not complete. ideas?
currently, in standard .net framework, http/2 not supported in httpclient. however, in .net core framework, is.. requires run on windows 10 (or, assume windows server 2016). have use async methods.
there package called system.net.http.winhttphandler, can through nuget supports http/2 on standard .net
Comments
Post a Comment