.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

Popular posts from this blog

c# - Update a combobox from a presenter (MVP) -

How to understand 2 main() functions after using uftrace to profile the C++ program? -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -