14 references to Http1Connection
InMemory.FunctionalTests (1)
src\Servers\Kestrel\shared\test\TestHttp1Connection.cs (1)
13
:
base
(context)
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\Http1ConnectionOfT.cs (1)
10
public Http1Connection(HttpConnectionContext context) :
base
(context) { }
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (5)
HttpConnectionTests.cs (1)
33
var http1Connection = new
Http1Connection
(httpConnectionContext);
HttpResponseHeadersTests.cs (1)
43
var http1Connection = new
Http1Connection
(http1ConnectionContext);
src\Servers\Kestrel\shared\test\TestHttp1Connection.cs (1)
13
:
base
(context)
StartLineTests.cs (1)
537
Http1Connection = new
Http1Connection
(connectionContext);
TestHelpers\TestInput.cs (1)
52
Http1Connection = new
Http1Connection
(Http1ConnectionContext);
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (7)
HeaderCollectionBenchmark.cs (1)
343
var http1Connection = new
Http1Connection
(connectionContext);
Http1ConnectionBenchmark.cs (1)
46
var http1Connection = new
Http1Connection
(connectionContext);
Http1ConnectionParsingOverheadBenchmark.cs (1)
42
var http1Connection = new
Http1Connection
(connectionContext);
HttpProtocolFeatureCollection.cs (1)
245
var http1Connection = new
Http1Connection
(connectionContext);
RequestParsingBenchmark.cs (1)
44
var http1Connection = new
Http1Connection
(connectionContext);
ResponseHeaderCollectionBenchmark.cs (1)
191
var http1Connection = new
Http1Connection
(connectionContext);
src\Servers\Kestrel\shared\test\TestHttp1Connection.cs (1)
13
:
base
(context)