Smart-RPC.NET
1.0.20
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.
See the version list below for details.
Install-Package Smart-RPC.NET -Version 1.0.20
dotnet add package Smart-RPC.NET --version 1.0.20
<PackageReference Include="Smart-RPC.NET" Version="1.0.20" />
paket add Smart-RPC.NET --version 1.0.20
#r "nuget: Smart-RPC.NET, 1.0.20"
Release Notes
- Changed the RpcService base class so that the registration as service is implemented in the service instead of outside the service.
- CallbackRegistrations.Fire always returned false as a result.
- There was an issue when messages larger then 32K were transmitted.
Dependencies
-
- Newtonsoft.Json (>= 8.0.2)
- 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)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.