Smart-RPC.NET
1.0.12
See the version list below for details.
Install-Package Smart-RPC.NET -Version 1.0.12
dotnet add 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 |
---|---|
.NET Framework | net |
.NETPlatform | dotnet |
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.
- 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.