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
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Exb.SharedCenter.Client" Version="1.0.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Exb.SharedCenter.Client" Version="1.0.2" />
                    
Directory.Packages.props
<PackageReference Include="Exb.SharedCenter.Client" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Exb.SharedCenter.Client --version 1.0.2
                    
#r "nuget: Exb.SharedCenter.Client, 1.0.2"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Exb.SharedCenter.Client@1.0.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Exb.SharedCenter.Client&version=1.0.2
                    
Install as a Cake Addin
#tool nuget:?package=Exb.SharedCenter.Client&version=1.0.2
                    
Install as a Cake Tool

令牌中控客户端

使用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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.

Version Downloads Last Updated
1.0.2 348 7/22/2023
1.0.1 295 6/21/2023
1.0.0 255 6/20/2023