Info
Version: | 1.1.5564.36592 |
Author(s): | Maurice Camp Msc. |
Last Update: | Friday, March 27, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://bitbucket.org/mjhcamp/interface-based-remote-procedure-call-irpc-library/overview |
NuGet Url: | https://www.nuget.org/packages/IRPC.Core |
Install
Install-Package IRPC.Core
dotnet add package IRPC.Core
paket add IRPC.Core
IRPC.Core Download (Unzip the "nupkg" after downloading)
Dependencies
2 packages depend on this package.
IRPC allows you to define communication between two or more C# applications by defining an interface for either application side.
Methods and properties of the interface can be called as if available locally.