1 instantiation of HttpMultiplexedConnectionContext
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Middleware\HttpMultiplexedConnectionMiddleware.cs (1)
35
var httpConnectionContext = new
HttpMultiplexedConnectionContext
(
5 references to HttpMultiplexedConnectionContext
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\Http3\Http3Connection.cs (2)
39
private readonly
HttpMultiplexedConnectionContext
_context;
54
public Http3Connection(
HttpMultiplexedConnectionContext
context)
Internal\HttpConnection.cs (2)
83
requestProcessor = new Http3Connection((
HttpMultiplexedConnectionContext
)_context);
218
var isMultiplexTransport = _context is
HttpMultiplexedConnectionContext
;
Middleware\HttpMultiplexedConnectionMiddleware.cs (1)
35
var
httpConnectionContext = new HttpMultiplexedConnectionContext(