Smart-RPC.NET
1.0.24
See the version list below for details.
dotnet add package Smart-RPC.NET --version 1.0.24
NuGet\Install-Package Smart-RPC.NET -Version 1.0.24
<PackageReference Include="Smart-RPC.NET" Version="1.0.24" />
paket add Smart-RPC.NET --version 1.0.24
#r "nuget: Smart-RPC.NET, 1.0.24"
// Install Smart-RPC.NET as a Cake Addin
#addin nuget:?package=Smart-RPC.NET&version=1.0.24
// Install Smart-RPC.NET as a Cake Tool
#tool nuget:?package=Smart-RPC.NET&version=1.0.24
An easy to use portable library for duplex communication between client and server via RPC calls. Supports typed and reliable communication and notifications. Can be used for desktop and Universal Windows applications.
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. |
-
- Newtonsoft.Json (>= 8.0.2)
- System.IO.FileSystem (>= 4.0.0)
- System.Net.NetworkInformation (>= 4.0.0)
- System.Net.Sockets (>= 4.0.0)
- System.Runtime.Serialization.Primitives (>= 4.0.10)
- System.Runtime.Serialization.Xml (>= 4.0.11)
- System.Threading (>= 4.0.10)
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,403 | 7/8/2016 |
1.0.24 | 1,160 | 5/27/2016 |
1.0.22 | 1,137 | 4/27/2016 |
1.0.21 | 1,121 | 3/15/2016 |
1.0.20 | 1,149 | 3/5/2016 |
1.0.19 | 2,379 | 2/27/2016 |
1.0.18 | 1,865 | 2/25/2016 |
1.0.15 | 1,129 | 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 |
Minor changes:
- Internal issue with RequestFunction on the ClientManager which caused an exception when the call failed.
- Issue fixed when running on Windows Server 2008 (R2).
- Issue fixed with the TcpSocket.ToString method.
- Minor change in the FileBasedQueuedItemsRepository.
- Issue fixed in ClientManagerBase.RequestFunction when the function failed to be processed succesfully at the service side.
- Added dependency for System.IO.FileSystem (required for the persistent queue).