1 instantiation of Http2StreamContext
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http2\Http2Connection.cs (1)
812var streamContext = new Http2StreamContext(
6 references to Http2StreamContext
Microsoft.AspNetCore.Server.Kestrel.Core (6)
Internal\Http2\Http2Connection.cs (2)
810private Http2StreamContext CreateHttp2StreamContext() 812var streamContext = new Http2StreamContext(
Internal\Http2\Http2OutputProducer.cs (1)
53public Http2OutputProducer(Http2Stream stream, Http2StreamContext context)
Internal\Http2\Http2Stream.cs (2)
21private Http2StreamContext _context = default!; 37public void Initialize(Http2StreamContext context)
Internal\Http2\Http2StreamOfT.cs (1)
14public Http2Stream(IHttpApplication<TContext> application, Http2StreamContext context)