Skip to content

Commit

Permalink
Merge pull request #32469 from dotnet/adityamandaleeka-patch-1
Browse files Browse the repository at this point in the history
Add min Windows version for IHttpSysRequestTimingFeature
  • Loading branch information
Rick-Anderson committed Apr 30, 2024
2 parents b02578b + d5bffbc commit 02d26fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aspnetcore/fundamentals/servers/httpsys.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ For apps hosted by HTTP.sys that interact with requests from the Internet or a c
* The timestamp frequency can be obtained via [QueryPerformanceFrequency](/windows/win32/api/profileapi/nf-profileapi-queryperformancefrequency).
* The index of the timing can be cast to [HttpSysRequestTimingType](https://source.dot.net/#Microsoft.AspNetCore.Server.HttpSys/HttpSysRequestTimingType.cs,e62e7bcd02f8589e) to know what the timing represents.
* The value may be 0 if the timing isn't available for the current request.
* Requires Windows 10 version 2004, Windows Server 2022, or later.

:::code language="csharp" source="~/fundamentals/request-features/samples/8.x/IHttpSysRequestTimingFeature/Program.cs" id="snippet_WithTimestamps":::

Expand Down

0 comments on commit 02d26fe

Please sign in to comment.