2 types derived from BaseHttpConnectionContext
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\HttpConnectionContext.cs (1)
13internal class HttpConnectionContext : BaseHttpConnectionContext
Internal\HttpMultiplexedConnectionContext.cs (1)
12internal sealed class HttpMultiplexedConnectionContext : BaseHttpConnectionContext
2 references to BaseHttpConnectionContext
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\HttpConnection.cs (2)
22private readonly BaseHttpConnectionContext _context; 33public HttpConnection(BaseHttpConnectionContext context)