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 ?