2 writes to Version
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpParser.cs (1)
177
versionAndMethod.
Version
= httpVersion;
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
Mocks\NullParser.cs (1)
39
new HttpVersionAndMethod(HttpMethod.Get, 3) {
Version
= HttpVersion.Http11 },
2 references to Version
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\Http1Connection.cs (1)
331
_httpVersion = versionAndMethod.
Version
;
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
HttpParserTests.cs (1)
907
var version = versionAndMethod.
Version
;