Exb.SharedCenter.Client
1.0.2
dotnet add package Exb.SharedCenter.Client --version 1.0.2
NuGet\Install-Package Exb.SharedCenter.Client -Version 1.0.2
<PackageReference Include="Exb.SharedCenter.Client" Version="1.0.2" />
<PackageVersion Include="Exb.SharedCenter.Client" Version="1.0.2" />
<PackageReference Include="Exb.SharedCenter.Client" />
paket add Exb.SharedCenter.Client --version 1.0.2
#r "nuget: Exb.SharedCenter.Client, 1.0.2"
#:package Exb.SharedCenter.Client@1.0.2
#addin nuget:?package=Exb.SharedCenter.Client&version=1.0.2
#tool nuget:?package=Exb.SharedCenter.Client&version=1.0.2
令牌中控客户端
使用SignalR实现服务中心与客户端的通信处理,模拟类似Redis的存取操作,并支持键值变化时主动通知客户端;
依赖关系
ILoggerFactory
IHttpClientFactory
IConfiguration
使用示例
// 基础依赖 services.AddHttpClient(); // 注入代理工厂对象 services.AddAppTokenCenterHubClientProvider();
包名称
HM.SharedCenter.Client
HM.SharedCenter.Client.NetCore.Extensions
默认配置文件
// 客户端接入配置 "SharedTokenClientConfig": { "AppId": "HM.EtcApply", "AppSecret": "0f779c6213a04cafaf5c579ca6d2cbfe", "HostAddress": "http://localhost:8116" }
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net6.0 is compatible. 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net6.0
- HM.SharedCenter.Domain.Model (>= 1.0.0)
- Microsoft.AspNetCore.SignalR.Client (>= 7.0.7)
- Microsoft.Extensions.Configuration.Abstractions (>= 7.0.0)
- Microsoft.Extensions.Http (>= 7.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 7.0.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Exb.SharedCenter.Client:
| Package | Downloads |
|---|---|
|
Exb.SharedCenter.Client.NetCore.Extensions
使用SignalR实现服务中心与客户端的通信处理,模拟类似Redis的存取操作,并支持键值变化时主动通知客户端; |
GitHub repositories
This package is not used by any popular GitHub repositories.