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