1 write to Connection
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
Http1ConnectionBenchmark.cs (1)
50
Connection
= http1Connection;
5 references to Connection
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (5)
Http1ConnectionBenchmark.cs (5)
91
Connection
.EnsureHostHeaderExists();
93
Connection
.Reset();
106
=> RequestHandler.
Connection
.OnHeader(name, value, checkForNewlineChars: false);
109
=> RequestHandler.
Connection
.OnHeadersComplete();
112
=> RequestHandler.
Connection
.OnStartLine(versionAndMethod, targetPath, startLine);