Hangfire.HttpJob.Ext
1.0.7
See the version list below for details.
dotnet add package Hangfire.HttpJob.Ext --version 1.0.7
NuGet\Install-Package Hangfire.HttpJob.Ext -Version 1.0.7
<PackageReference Include="Hangfire.HttpJob.Ext" Version="1.0.7" />
paket add Hangfire.HttpJob.Ext --version 1.0.7
#r "nuget: Hangfire.HttpJob.Ext, 1.0.7"
// Install Hangfire.HttpJob.Ext as a Cake Addin #addin nuget:?package=Hangfire.HttpJob.Ext&version=1.0.7 // Install Hangfire.HttpJob.Ext as a Cake Tool #tool nuget:?package=Hangfire.HttpJob.Ext&version=1.0.7
部分配置如下: .UseHangfireHttpJob(new HangfireHttpJobOptions() { AddHttpJobButtonName = "添加计划任务", AddRecurringJobHttpJobButtonName = "添加定时任务", EditRecurringJobButtonName = "编辑定时任务", PauseJobButtonName = "暂停或开始", DashboardTitle = "计时服务管理面板", DashboardName = "后台任务管理", DashboardFooter = "计时服务管理面板", SMTPPort = Convert.ToInt32(configuration["App:SMTP:Port"].ToString()),// 邮件端口 SMTPServerAddress = configuration["App:SMTP:Domain"].ToString(),// 邮件服务地址 SMTPPwd = configuration["App:SMTP:Password"].ToString(),// 发送者密码 SMTPSubject = configuration["App:SMTP:SMTPSubject"].ToString(),// 邮件标题 SendMailAddress = configuration["App:SMTP:UserName"].ToString(),// 发送着账号 SendToMailList = configuration["App:SMTP:SendToMailList"].ToString().Split(',').ToList(),// 接收人地址列表 Authority = configuration["Authentication:JwtBearer:Authority"].ToString(),// identityserver4服务的地址,用来请求需要认证的服务 ClientId="your cleintid", ClientSecret="your secret" }) .UseConsole(new ConsoleOptions() { BackgroundColor = "#000000" })
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
- Hangfire.AspNetCore (>= 1.7.2)
- Hangfire.Console (>= 1.4.2)
- Hangfire.Heartbeat (>= 0.4.1)
- Hangfire.HttpJob.Ext.CommonUtils (>= 1.0.1)
- IdentityModel (>= 4.1.1)
- MailKit (>= 2.1.3)
- Microsoft.AspNetCore.Http.Abstractions (>= 2.1.0)
- Newtonsoft.Json (>= 11.0.2)
- NLog (>= 4.6.2)
- NLog.Config (>= 4.6.2)
- System.ComponentModel.Primitives (>= 4.3.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Hangfire.HttpJob.Ext:
Repository | Stars |
---|---|
gnsilence/HangfireHttpJob
hangfire的拓展程序,在原作者基础上增加了一些功能,调用api的方式来执行定时任务
|