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