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