XResponseTimeMW 1.0.1.1818
dotnet add package XResponseTimeMW --version 1.0.1.1818
NuGet\Install-Package XResponseTimeMW -Version 1.0.1.1818
<PackageReference Include="XResponseTimeMW" Version="1.0.1.1818" />
paket add XResponseTimeMW --version 1.0.1.1818
#r "nuget: XResponseTimeMW, 1.0.1.1818"
// Install XResponseTimeMW as a Cake Addin #addin nuget:?package=XResponseTimeMW&version=1.0.1.1818 // Install XResponseTimeMW as a Cake Tool #tool nuget:?package=XResponseTimeMW&version=1.0.1.1818
Note This repository is developed in .netstandard2.0
One important thing about this repository is that you have the possibility to monitor the execution time for the request sent to the server and the execution time for some method or class where is added data annotation attribute.
Once you use this repository, in server response you may see one or two new variables, meaning request execution time. Added variables (X-Response-Time
and X-Action-Response-Time
) will be location in HttpContext.Response.Headers
.
In other words in this repository is included one middleware that allows to add and return of general execution time per request (the first header variable).
And one more thing that was added is an action filter that can provide execution time for a specific method when will be added data annotation tag (the second header variable).
X-Response-Time
- represent execution time for specific request;X-Action-Response-Time
- represent execution time for specific action.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Microsoft.AspNetCore.Http.Abstractions (>= 2.2.0)
- Microsoft.AspNetCore.Mvc.Abstractions (>= 2.2.0)
- Microsoft.Extensions.DependencyInjection (>= 6.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.1.1818 | 350 | 12/21/2022 |
1.0.0.631 | 326 | 8/8/2022 |