6 references to HttpConnectionContext
InMemory.FunctionalTests (1)
src\Servers\Kestrel\shared\test\TestContextFactory.cs (1)
59
var context = new
HttpConnectionContext
(
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http2\Http2StreamContext.cs (1)
31
ConnectionMetricsContext metricsContext) :
base
(connectionId, protocols, altSvcHeader, connectionContext, serviceContext, connectionFeatures, memoryPool, localEndPoint, remoteEndPoint, metricsContext)
Internal\Http3\Http3StreamContext.cs (1)
26
Http3Connection connection) :
base
(connectionId, protocols, altSvcHeader, connectionContext, serviceContext, connectionFeatures, memoryPool, localEndPoint, remoteEndPoint, connection.MetricsContext)
Middleware\HttpConnectionMiddleware.cs (1)
36
var httpConnectionContext = new
HttpConnectionContext
(
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
src\Servers\Kestrel\shared\test\TestContextFactory.cs (1)
59
var context = new
HttpConnectionContext
(
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
src\Servers\Kestrel\shared\test\TestContextFactory.cs (1)
59
var context = new
HttpConnectionContext
(