1 instantiation of HttpMultiplexedConnectionContext
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Middleware\HttpMultiplexedConnectionMiddleware.cs (1)
35var httpConnectionContext = new HttpMultiplexedConnectionContext(
5 references to HttpMultiplexedConnectionContext
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(