1 instantiation of Http2StreamContext
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http2\Http2Connection.cs (1)
891var streamContext = new Http2StreamContext(
6 references to Http2StreamContext
Microsoft.AspNetCore.Server.Kestrel.Core (6)
Internal\Http2\Http2Connection.cs (2)
889private Http2StreamContext CreateHttp2StreamContext() 891var streamContext = new Http2StreamContext(
Internal\Http2\Http2OutputProducer.cs (1)
60public Http2OutputProducer(Http2Stream stream, Http2StreamContext context)
Internal\Http2\Http2Stream.cs (2)
33private Http2StreamContext _context = default!; 49public void Initialize(Http2StreamContext context)
Internal\Http2\Http2StreamOfT.cs (1)
15public Http2Stream(IHttpApplication<TContext> application, Http2StreamContext context)