Revalee.Client.Mvc
2.2.0
See the version list below for details.
dotnet add package Revalee.Client.Mvc --version 2.2.0
NuGet\Install-Package Revalee.Client.Mvc -Version 2.2.0
<PackageReference Include="Revalee.Client.Mvc" Version="2.2.0" />
paket add Revalee.Client.Mvc --version 2.2.0
#r "nuget: Revalee.Client.Mvc, 2.2.0"
// Install Revalee.Client.Mvc as a Cake Addin #addin nuget:?package=Revalee.Client.Mvc&version=2.2.0 // Install Revalee.Client.Mvc as a Cake Tool #tool nuget:?package=Revalee.Client.Mvc&version=2.2.0
Revalee is a Windows Service used to schedule callbacks for web applications. It simplifies a web application's workflow when events are required *after* the normal handling of web requests. This library allows Revalee callback requests to be easily embedded in web application code.
This NuGet package requires installation of the Revalee Windows Service available for download at the Project Site or at the GitHub repository (SageAnalytic/Revalee).
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Microsoft.AspNet.Mvc (>= 5.0.0)
- Revalee.Client (>= 2.2.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Changes in v2.2.0:
* Fix: RevaleeClientSettingsAttribute.RequestTimeout now accepts 0 for the default timeout and -1 for an infinite timeout.
* Fix: RevaleeClientSettingsAttribute.RequestTimeout property can now override configured values.