Smart-RPC.NET
1.0.12
See the version list below for details.
dotnet add package Smart-RPC.NET --version 1.0.12
NuGet\Install-Package Smart-RPC.NET -Version 1.0.12
<PackageReference Include="Smart-RPC.NET" Version="1.0.12" />
paket add Smart-RPC.NET --version 1.0.12
#r "nuget: Smart-RPC.NET, 1.0.12"
// Install Smart-RPC.NET as a Cake Addin
#addin nuget:?package=Smart-RPC.NET&version=1.0.12
// Install Smart-RPC.NET as a Cake Tool
#tool nuget:?package=Smart-RPC.NET&version=1.0.12
An easy to use library for duplex communication between client and server via RPC calls. Supports typed and reliable communication and notifications.
Check the project site www.smart-rpc.net for an example.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
.NETPlatform | dotnet is compatible. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.25 | 1,406 | 7/8/2016 |
1.0.24 | 1,163 | 5/27/2016 |
1.0.22 | 1,139 | 4/27/2016 |
1.0.21 | 1,123 | 3/15/2016 |
1.0.20 | 1,151 | 3/5/2016 |
1.0.19 | 2,381 | 2/27/2016 |
1.0.18 | 1,867 | 2/25/2016 |
1.0.15 | 1,131 | 2/10/2016 |
1.0.14 | 1,093 | 1/29/2016 |
1.0.13 | 1,091 | 1/25/2016 |
1.0.12 | 1,091 | 1/21/2016 |
1.0.11 | 1,101 | 1/20/2016 |
- Merged the example (check the project site) so that the 3 different MessageConverters all display the same functionality.
- A hostname or an IP address can now be passed via the TcpEndPoint constructor.
- Fixed an issue with the deserialization of the parameters for a notification.