![]() |
VOOZH | about |
dotnet add package DH.NRemoting.Extensions --version 4.18.2026.210
NuGet\Install-Package DH.NRemoting.Extensions -Version 4.18.2026.210
<PackageReference Include="DH.NRemoting.Extensions" Version="4.18.2026.210" />
<PackageVersion Include="DH.NRemoting.Extensions" Version="4.18.2026.210" />Directory.Packages.props
<PackageReference Include="DH.NRemoting.Extensions" />Project file
paket add DH.NRemoting.Extensions --version 4.18.2026.210
#r "nuget: DH.NRemoting.Extensions, 4.18.2026.210"
#:package DH.NRemoting.Extensions@4.18.2026.210
#addin nuget:?package=DH.NRemoting.Extensions&version=4.18.2026.210Install as a Cake Addin
#tool nuget:?package=DH.NRemoting.Extensions&version=4.18.2026.210Install as a Cake Tool
协议通信库,包含RPC架构和HTTP架构,提供客户端服务端通信的基础框架,内置SRMP协议实现,并支持实现各种自定义协议。
参考目录:
客户端:ApiClient
服务端:ApiServer
应用客户端:ClientBase
特点:
代表性应用(蚂蚁调度AntJob):
客户端:ApiHttpClient
服务端:ASP.NET WebApi
应用客户端:ClientBase
应用服务端:BaseDeviceController
特点:
代表性应用(轻量级IoT平台ZeroIoT):
各项目默认支持net9.0/netstandard2.1/netstandard2.0/net4.5
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net6.0 net6.0 is compatible. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 is compatible. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 is compatible. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.21.2026.516-beta0624 | 91 | 5/16/2026 |
| 4.21.2026.516-beta0618 | 83 | 5/16/2026 |
| 4.21.2026.516-beta0609 | 90 | 5/16/2026 |
| 4.21.2026.326-beta0825 | 109 | 3/26/2026 |
| 4.21.2026.326-beta0823 | 98 | 3/26/2026 |
| 4.21.2026.326-beta0814 | 106 | 3/26/2026 |
| 4.21.2026.305-beta0814 | 121 | 3/5/2026 |
| 4.21.2026.305-beta0807 | 109 | 3/5/2026 |
| 4.21.2026.305-beta0805 | 103 | 3/5/2026 |
| 4.21.2026.305-beta0803 | 101 | 3/5/2026 |
| 4.21.2026.305-beta0759 | 112 | 3/5/2026 |
| 4.21.2026.305-beta0758 | 110 | 3/5/2026 |
| 4.18.2026.301-beta0417 | 117 | 3/1/2026 |
| 4.18.2026.301-beta0414 | 111 | 3/1/2026 |
| 4.18.2026.301-beta0347 | 109 | 3/1/2026 |
| 4.18.2026.225-beta1153 | 111 | 2/25/2026 |
| 4.18.2026.210 | 137 | 2/10/2026 |
| 4.18.2026.210-beta0829 | 113 | 2/10/2026 |
| 4.17.2026.130-beta0826 | 156 | 1/30/2026 |
| 4.17.2026.130-beta0823 | 113 | 1/30/2026 |
ApiServer支持动态端口分配;修正证书密钥赋值错误;优化OAuth异常处理;增强HttpMessage解析兼容性;提升单元测试稳定性