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