Smart-RPC.NET
1.0.14
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.14
dotnet add package Smart-RPC.NET --version 1.0.14
<PackageReference Include="Smart-RPC.NET" Version="1.0.14" />
paket add Smart-RPC.NET --version 1.0.14
#r "nuget: Smart-RPC.NET, 1.0.14"
Release Notes
- MessageConverter is extended with the possibility to register DataProcessors. A data processor can be used to process the binary data during the conversion from rpc message to binary message. As an example an encryption data processor is provided in the framework and in the example an implementation is provided for the compression data processor.
NOTE: The example on the project site is updated to include this functionality.
Dependencies
This package has no dependencies.
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.