2 writes to Connection
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http\Http1ParsingHandler.cs (2)
13Connection = connection; 19Connection = connection;
5 references to Connection
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\Http\Http1ParsingHandler.cs (5)
27Connection.OnTrailer(name, value); 31Connection.OnHeader(name, value, checkForNewlineChars: false); 39Connection.OnTrailersComplete(); 43Connection.OnHeadersComplete(); 48=> Connection.OnStartLine(versionAndMethod, targetPath, startLine);