4 references to HttpVersion
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\Http1Connection.cs (1)
321Debug.Assert(HttpVersion != null, "HttpVersion was not set");
Internal\Http\HttpProtocol.FeatureCollection.cs (1)
24get => _httpProtocol ??= HttpVersion;
Internal\Infrastructure\KestrelEventSource.cs (2)
110RequestStart(httpProtocol.ConnectionIdFeature, httpProtocol.TraceIdentifier, httpProtocol.HttpVersion, httpProtocol.Path!, httpProtocol.MethodText); 135RequestStop(httpProtocol.ConnectionIdFeature, httpProtocol.TraceIdentifier, httpProtocol.HttpVersion, httpProtocol.Path!, httpProtocol.MethodText);