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