8 references to Version20
Aspire.Dashboard.Tests (1)
Integration\HealthTests.cs (1)
22await MakeRequestAndAssert($"http://{app.OtlpServiceGrpcEndPointAccessor().EndPoint}", HttpVersion.Version20).DefaultTimeout();
Aspire.Hosting (2)
Dcp\DcpKubernetesClient.cs (2)
101httpRequest.Version = HttpVersion.Version20; 127httpRequest.Version = HttpVersion.Version20;
System.Net.Http (5)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (1)
89_http2Enabled = _poolManager.Settings._maxHttpVersion >= HttpVersion.Version20;
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http2.cs (1)
249stream = await ApplyPlaintextFilterAsync(async: true, stream, HttpVersion.Version20, request, cancellationToken).ConfigureAwait(false);
System\Net\Http\SocketsHttpHandler\Http2Stream.cs (1)
139Version = HttpVersion.Version20,
System\Net\Http\SocketsHttpHandler\HttpConnectionSettings.cs (1)
82allowHttp2 ? HttpVersion.Version20 :
System\Net\Http\SocketsHttpHandler\SocketsHttpHandler.cs (1)
639if (request.Version != HttpVersion.Version10 && request.Version != HttpVersion.Version11 && request.Version != HttpVersion.Version20 && request.Version != HttpVersion.Version30)