6 instantiations of HttpMultiplexedConnectionContext
InMemory.FunctionalTests (2)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
234var httpConnectionContext = new HttpMultiplexedConnectionContext(
src\Servers\Kestrel\shared\test\TestContextFactory.cs (1)
89var http3ConnectionContext = new HttpMultiplexedConnectionContext(
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Middleware\HttpMultiplexedConnectionMiddleware.cs (1)
35var httpConnectionContext = new HttpMultiplexedConnectionContext(
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
src\Servers\Kestrel\shared\test\TestContextFactory.cs (1)
89var http3ConnectionContext = new HttpMultiplexedConnectionContext(
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (2)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
234var httpConnectionContext = new HttpMultiplexedConnectionContext(
src\Servers\Kestrel\shared\test\TestContextFactory.cs (1)
89var http3ConnectionContext = new HttpMultiplexedConnectionContext(
16 references to HttpMultiplexedConnectionContext
InMemory.FunctionalTests (4)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
234var httpConnectionContext = new HttpMultiplexedConnectionContext(
src\Servers\Kestrel\shared\test\TestContextFactory.cs (3)
76public static HttpMultiplexedConnectionContext CreateHttp3ConnectionContext( 89var http3ConnectionContext = new HttpMultiplexedConnectionContext( 189var http3ConnectionContext = CreateHttp3ConnectionContext(
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\Http3\Http3Connection.cs (2)
39private readonly HttpMultiplexedConnectionContext _context; 54public Http3Connection(HttpMultiplexedConnectionContext context)
Internal\HttpConnection.cs (2)
83requestProcessor = new Http3Connection((HttpMultiplexedConnectionContext)_context); 218var isMultiplexTransport = _context is HttpMultiplexedConnectionContext;
Middleware\HttpMultiplexedConnectionMiddleware.cs (1)
35var httpConnectionContext = new HttpMultiplexedConnectionContext(
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (3)
src\Servers\Kestrel\shared\test\TestContextFactory.cs (3)
76public static HttpMultiplexedConnectionContext CreateHttp3ConnectionContext( 89var http3ConnectionContext = new HttpMultiplexedConnectionContext( 189var http3ConnectionContext = CreateHttp3ConnectionContext(
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (4)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
234var httpConnectionContext = new HttpMultiplexedConnectionContext(
src\Servers\Kestrel\shared\test\TestContextFactory.cs (3)
76public static HttpMultiplexedConnectionContext CreateHttp3ConnectionContext( 89var http3ConnectionContext = new HttpMultiplexedConnectionContext( 189var http3ConnectionContext = CreateHttp3ConnectionContext(