Smart-RPC.NET 1.0.14

There is a newer version of this package available.
See the version list below for details.
dotnet add package Smart-RPC.NET --version 1.0.14
NuGet\Install-Package Smart-RPC.NET -Version 1.0.14
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="Smart-RPC.NET" Version="1.0.14" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Smart-RPC.NET --version 1.0.14
#r "nuget: Smart-RPC.NET, 1.0.14"
#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.
// Install Smart-RPC.NET as a Cake Addin
#addin nuget:?package=Smart-RPC.NET&version=1.0.14

// Install Smart-RPC.NET as a Cake Tool
#tool nuget:?package=Smart-RPC.NET&version=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.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
.NETPlatform dotnet is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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,459 7/8/2016
1.0.24 1,205 5/27/2016
1.0.22 1,167 4/27/2016
1.0.21 1,161 3/15/2016
1.0.20 1,192 3/5/2016
1.0.19 2,430 2/27/2016
1.0.18 1,957 2/25/2016
1.0.15 1,172 2/10/2016
1.0.14 1,131 1/29/2016
1.0.13 1,117 1/25/2016
1.0.12 1,118 1/21/2016
1.0.11 1,157 1/20/2016

- 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.