1 instantiation of Http2Connection
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\HttpConnection.cs (1)
67requestProcessor = new Http2Connection((HttpConnectionContext)_context);
3 references to Http2Connection
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\Http1Connection.cs (1)
777var clientPrefaceRequestLine = Http2.Http2Connection.ClientPreface.Slice(0, PrefaceLineLength);
Internal\Http2\Http2FrameWriter.cs (2)
62private readonly Http2Connection _http2Connection; 91Http2Connection http2Connection,