NewLife.Remoting 2.0.2022.1127-beta0246

This is a prerelease version of NewLife.Remoting.
There is a newer version of this package available.
See the version list below for details.
dotnet add package NewLife.Remoting --version 2.0.2022.1127-beta0246
                    
NuGet\Install-Package NewLife.Remoting -Version 2.0.2022.1127-beta0246
                    
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="NewLife.Remoting" Version="2.0.2022.1127-beta0246" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NewLife.Remoting" Version="2.0.2022.1127-beta0246" />
                    
Directory.Packages.props
<PackageReference Include="NewLife.Remoting" />
                    
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 NewLife.Remoting --version 2.0.2022.1127-beta0246
                    
#r "nuget: NewLife.Remoting, 2.0.2022.1127-beta0246"
                    
#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 NewLife.Remoting@2.0.2022.1127-beta0246
                    
#: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=NewLife.Remoting&version=2.0.2022.1127-beta0246&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=NewLife.Remoting&version=2.0.2022.1127-beta0246&prerelease
                    
Install as a Cake Tool

RPC远程过程调用,二进制封装,提供高吞吐低延迟的高性能RPC框架

Product 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.  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. 
.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 is compatible. 
.NET Framework net461 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.6.1

  • .NETStandard 2.0

  • .NETStandard 2.1

NuGet packages (6)

Showing the top 5 NuGet packages that depend on NewLife.Remoting:

Package Downloads
NewLife.Stardust

星尘,分布式服务框架。节点管理,监控中心,配置中心,发布中心,注册中心

NewLife.MQTT

流行的物联网通信协议MQTT,包括客户端、服务端

NewLife.Net

网络通讯基础框架及各种协议实现。

NewLife.AntJob

分布式任务调度系统,纯NET打造的重量级大数据实时计算平台,万亿级调度经验积累。

NewLife.Remoting.Extensions

提供WebApi应用级服务端

GitHub repositories (6)

Showing the top 6 popular GitHub repositories that depend on NewLife.Remoting:

Repository Stars
NewLifeX/X
Core basic components: log (file / network), configuration (XML / JSON / HTTP), cache (memory / redis), network (TCP / UDP / HTTP), RPC framework, serialization (binary / XML / JSON), APM performance tracking. 核心基础组件,日志(文件/网络)、配置(XML/Json/Http)、缓存(内存/Redis)、网络(Tcp/Udp/Http)、RPC框架、序列化(Binary/XML/Json)、APM性能追踪。
NewLifeX/AntJob
高吞吐 .NET 分布式任务与实时数据调度平台:时间/数据/消息/Cron/SQL/脚本切片,自动重试与弹性扩缩,回溯补算 + Web 控制台。High‑throughput .NET distributed job & real‑time scheduler with fine‑grained slicing, retries, elastic scaling & web console.
NewLifeX/Stardust
星尘,轻量级分布式服务框架。配置中心、集群管理、远程自动发布、服务治理。服务自动注册和发现,负载均衡,动态伸缩,故障转移,性能监控。
NewLifeX/XCoder
新生命码神工具,代码生成、网络工具、API工具、串口工具、正则工具、图标工具、加解密工具、地图接口。
NewLifeX/NewLife.Net
单机吞吐2266万tps的网络通信框架
NewLifeX/NewLife.MQTT
最流行的物联网通信协议MQTT,包括客户端、服务端和Web管理平台
Version Downloads Last Updated
3.5.2025.903-beta1229 101 9/3/2025
3.5.2025.901 266 9/1/2025
3.5.2025.901-beta1137 119 9/1/2025
3.5.2025.901-beta0603 126 9/1/2025
3.5.2025.830-beta1611 183 8/30/2025
3.5.2025.827-beta1704 178 8/27/2025
3.5.2025.826-beta0442 269 8/26/2025
3.5.2025.825-beta2351 173 8/25/2025
3.5.2025.824-beta1236 163 8/24/2025
3.5.2025.822-beta0944 98 8/22/2025
3.5.2025.820-beta1825 131 8/20/2025
3.5.2025.818-beta1634 234 8/18/2025
3.5.2025.812-beta1259 222 8/12/2025
3.4.2025.812-beta1032 137 8/12/2025
3.4.2025.812-beta1003 136 8/12/2025
3.4.2025.808-beta1105 319 8/8/2025
3.4.2025.805-beta1659 226 8/5/2025
3.4.2025.805-beta1531 219 8/5/2025
3.4.2025.801 684 8/1/2025
3.4.2025.801-beta0218 119 8/1/2025
3.4.2025.731-beta0004 121 7/31/2025
3.4.2025.722-beta0820 499 7/22/2025
3.4.2025.719-beta0004 43 7/19/2025
3.4.2025.713-beta1545 324 7/13/2025
3.4.2025.713-beta1351 215 7/13/2025
3.4.2025.713-beta1335 147 7/13/2025
3.3.2025.709-beta0306 148 7/9/2025
3.3.2025.701 1,190 7/1/2025
3.3.2025.701-beta0355 146 7/1/2025
3.3.2025.616-beta1415 244 6/16/2025
3.3.2025.610-beta0350 296 6/10/2025
3.3.2025.601 1,392 6/1/2025
3.3.2025.601-beta0800 112 6/1/2025
3.3.2025.527-beta1716 208 5/27/2025
3.3.2025.521-beta1200 316 5/21/2025
3.3.2025.519-beta1620 203 5/19/2025
3.3.2025.515-beta1338 371 5/15/2025
3.3.2025.514-beta0417 234 5/14/2025
3.3.2025.501 1,699 5/1/2025
3.3.2025.501-beta1629 156 5/1/2025
3.3.2025.428-beta0633 173 4/28/2025
3.3.2025.426-beta1312 201 4/26/2025
3.3.2025.417-beta1306 206 4/17/2025
3.3.2025.415-beta1725 207 4/15/2025
3.3.2025.415-beta1203 321 4/15/2025
3.3.2025.415-beta1143 202 4/15/2025
3.3.2025.412-beta0428 145 4/12/2025
3.3.2025.401 3,280 4/1/2025
3.3.2025.401-beta0524 164 4/1/2025
3.3.2025.329-beta1224 109 3/29/2025
3.3.2025.301 1,265 3/1/2025
3.3.2025.301-beta0131 114 3/1/2025
3.3.2025.226-beta0837 189 2/26/2025
3.3.2025.225-beta1354 112 2/25/2025
3.3.2025.225-beta1254 107 2/25/2025
3.3.2025.225-beta0533 107 2/25/2025
3.3.2025.224-beta1623 110 2/24/2025
3.2.2025.224-beta1147 107 2/24/2025
3.2.2025.221-beta0925 114 2/21/2025
3.2.2025.212-beta1257 122 2/12/2025
3.2.2025.207-beta0905 107 2/7/2025
3.2.2025.201 1,270 2/1/2025
3.2.2025.201-beta1615 119 2/1/2025
3.2.2025.109-beta1236 1,283 1/9/2025
3.2.2025.103-beta1513 269 1/3/2025
3.2.2025.101 8,359 1/1/2025
3.2.2025.101-beta0602 123 1/1/2025
3.2.2024.1225-beta1616 205 12/25/2024
3.2.2024.1206 1,537 12/6/2024
3.1.2024.1103-beta0605 122 11/3/2024
3.1.2024.1101 2,118 11/1/2024
3.1.2024.1002 1,129 10/2/2024
3.1.2024.923-beta0435 184 9/23/2024
3.1.2024.914-beta0002 238 9/14/2024
3.1.2024.913-beta0902 127 9/13/2024
3.1.2024.912-beta0006 137 9/12/2024
3.0.2024.902 1,612 9/2/2024
3.0.2024.812-beta0813 216 8/12/2024
3.0.2024.811-beta0608 151 8/11/2024
3.0.2024.806-beta0146 185 8/6/2024
3.0.2024.805 1,855 8/5/2024
3.0.2024.729-beta0815 674 7/29/2024
3.0.2024.710-beta1226 571 7/10/2024
3.0.2024.708 20,248 7/8/2024
3.0.2024.708-beta1003 137 7/8/2024
3.0.2024.703-beta0048 146 7/3/2024
3.0.2024.701 538 7/1/2024
3.0.2024.701-beta0219 130 7/1/2024
3.0.2024.630-beta0606 136 6/30/2024
3.0.2024.628-beta0626 272 6/28/2024
3.0.2024.627-beta1636 293 6/27/2024
3.0.2024.627-beta0009 146 6/27/2024
3.0.2024.626-beta1337 208 6/26/2024
3.0.2024.625-beta1714 198 6/25/2024
3.0.2024.625-beta1600 132 6/25/2024
3.0.2024.625-beta0716 143 6/25/2024
3.0.2024.624-beta1110 272 6/24/2024
3.0.2024.624-beta0627 146 6/24/2024
3.0.2024.624-beta0109 134 6/24/2024
3.0.2024.623-beta0607 226 6/23/2024
3.0.2024.622-beta1613 167 6/22/2024
2.8.2024.428-beta0930 843 4/28/2024
2.8.2024.402 13,630 4/2/2024
2.7.2024.202 1,228 2/2/2024
2.7.2024.101 1,648 1/1/2024
2.7.2024.101-beta0500 137 1/1/2024
2.7.2023.1218-beta1127 159 12/18/2023
2.7.2023.1209-beta1634 577 12/9/2023
2.7.2023.1201 2,215 12/1/2023
2.7.2023.1201-beta0310 104 12/1/2023
2.6.2023.1128-beta0013 126 11/28/2023
2.6.2023.1111-beta1140 153 11/11/2023
2.6.2023.1110-beta1323 153 11/10/2023
2.5.2023.1102 2,511 11/2/2023
2.5.2023.1102-beta0640 134 11/2/2023
2.5.2023.1101-beta0904 126 11/1/2023
2.5.2023.1031-beta0703 116 10/31/2023
2.4.2023.1028-beta0057 147 10/28/2023
2.4.2023.1001 3,557 10/1/2023
2.3.2023.907 660 9/7/2023
2.3.2023.903-beta1652 164 9/3/2023
2.3.2023.902-beta1701 255 9/2/2023
2.2.2023.902-beta1549 158 9/2/2023
2.2.2023.814 670 8/14/2023
2.2.2023.814-beta1331 166 8/14/2023
2.2.2023.707 2,951 7/7/2023
2.2.2023.707-beta0102 212 7/7/2023
2.1.2023.705-beta1042 211 7/5/2023
2.1.2023.704-beta0222 188 7/4/2023
2.1.2023.601 2,358 6/1/2023
2.1.2023.601-beta1433 199 6/1/2023
2.1.2023.516-beta0658 781 5/16/2023
2.1.2023.512 912 5/12/2023
2.1.2023.512-beta1533 190 5/12/2023
2.1.2023.401 2,342 4/1/2023
2.1.2023.401-beta1728 202 4/1/2023
2.1.2023.325-beta0151 400 3/25/2023
2.1.2023.301 2,557 3/1/2023
2.1.2023.301-beta0446 208 3/1/2023
2.0.2023.218-beta0230 413 2/18/2023
2.0.2023.214-beta1534 578 2/14/2023
2.0.2023.203 3,111 2/3/2023
2.0.2023.203-beta1355 190 2/3/2023
2.0.2023.203-beta1201 199 2/3/2023
2.0.2023.101 1,657 1/1/2023
2.0.2023.101-beta0306 215 1/1/2023
2.0.2022.1223-beta0408 1,634 12/23/2022
2.0.2022.1201 2,161 12/1/2022
2.0.2022.1201-beta1441 177 12/1/2022
2.0.2022.1127-beta0246 1,486 11/27/2022
2.0.2022.1109-beta0328 402 11/9/2022
2.0.2022.1101 3,047 11/1/2022
2.0.2022.1101-beta0755 240 11/1/2022
2.0.2022.1004 1,037 10/4/2022
2.0.2022.1004-beta0332 219 10/4/2022
2.0.2022.901 6,292 9/1/2022
2.0.2022.901-beta0405 229 9/1/2022
2.0.2022.813-beta1441 620 8/13/2022
2.0.2022.810-beta0529 311 8/10/2022

RPC远程过程调用