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