Smart-RPC.NET
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.
There is a newer version of this package available.
See the version list below for details.
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" />
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.12
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
- 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.
Dependencies
This package has no dependencies.
GitHub Usage
This package is not used by any popular GitHub repositories.