Skip to main content
CSharpTest.Net.RpcLibrary package icon

CSharpTest.Net.RpcLibrary

==CSharpTest.Net.RpcLibrary== 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.

Total Downloads
29.3K
29,300
Published
Mar 27, 2014
Latest stable version

Install

.NET CLI
dotnet add package CSharpTest.Net.RpcLibrary --version 14.327.1832.1051
Package Manager Console
Install-Package CSharpTest.Net.RpcLibrary -Version 14.327.1832.1051
PackageReference
<PackageReference Include="CSharpTest.Net.RpcLibrary" Version="14.327.1832.1051" />

Frameworks

No framework metadata available.

Dependencies

No declared dependencies.

Adoption guide

Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.

No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.

No target framework metadata is available. Confirm compatibility in a representative project before standardising on this package.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.