Smart-RPC.NET
1.0.19
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Smart-RPC.NET --version 1.0.19
NuGet\Install-Package Smart-RPC.NET -Version 1.0.19
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.19" />
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.19
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Smart-RPC.NET, 1.0.19"
#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.19 // Install Smart-RPC.NET as a Cake Tool #tool nuget:?package=Smart-RPC.NET&version=1.0.19
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 | Versions 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.
-
- 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)
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,499 | 7/8/2016 |
1.0.24 | 1,236 | 5/27/2016 |
1.0.22 | 1,197 | 4/27/2016 |
1.0.21 | 1,190 | 3/15/2016 |
1.0.20 | 1,226 | 3/5/2016 |
1.0.19 | 2,461 | 2/27/2016 |
1.0.18 | 1,986 | 2/25/2016 |
1.0.15 | 1,205 | 2/10/2016 |
1.0.14 | 1,161 | 1/29/2016 |
1.0.13 | 1,148 | 1/25/2016 |
1.0.12 | 1,147 | 1/21/2016 |
1.0.11 | 1,186 | 1/20/2016 |
- Fixed an issue which required a type which was passed with a notification via the CallbackArgs<T> to implement the IComparable interface.