Hi All.
I have tried to set request.Version=new Version("2.0") in SendAsync method but got an error
"Only HTTP/1.0 and HTTP/1.1 version requests are currently supported. "
I am using native handlers on both platforms.
↧
How can we add support for HTTP/2 with HttpClient?
↧