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