Is it possible to expose WCF services that can be addressed by HTTP/2 ? and how can I do it?

43 Views Asked by At

I'm trying to know if it's possible to expose WCF services with .Net Framework (<= 4.8) that could be called with http/2.

After some researches, I didn't find any articles telling me it's possible or not possible ? I can only find this information in comments in the following posts WCF Webservice does not support HTTP version 2 or Enable HTTP/2 on WCF and Web API.

And if it's possible how can I do it ?

0

There are 0 best solutions below