Info
Version: | 14.327.1832.1051 |
Author(s): | Roger Knapp |
Last Update: | Thursday, March 27, 2014 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/csharptest/CSharpTest.Net.RpcLibrary |
NuGet Url: | https://www.nuget.org/packages/CSharpTest.Net.RpcLibrary |
Install
Install-Package CSharpTest.Net.RpcLibrary
dotnet add package CSharpTest.Net.RpcLibrary
paket add CSharpTest.Net.RpcLibrary
CSharpTest.Net.RpcLibrary Download (Unzip the "nupkg" after downloading)
Dependencies
3 packages depend on this package.
Tags
Simply one of the fastest and most robust inter-process communcations available
on the Windows platform.
WinRPC is the building block of DCOM and probably the
most used remote proceedure call in Windows. In plain words it is the fastest,
most stable, secure transport available. Use it for authenticated or anonymous
communications over LRPC, named-pipes, or tcp/ip.
This assembly provides all the interop nessessary to start a server or client;
however, it is a transport only implementation. In other words, it provides no
more than moving a byte[] back and forth with the remote endpoint.
A protocol
is usually layered on top of this to turn raw bytes into meaningful messages.