CSharpTest.Net.RpcLibrary
2.12.810.409
See the version list below for details.
Install-Package CSharpTest.Net.RpcLibrary -Version 2.12.810.409
dotnet add package CSharpTest.Net.RpcLibrary --version 2.12.810.409
<PackageReference Include="CSharpTest.Net.RpcLibrary" Version="2.12.810.409" />
paket add CSharpTest.Net.RpcLibrary --version 2.12.810.409
#r "nuget: CSharpTest.Net.RpcLibrary, 2.12.810.409"
// Install CSharpTest.Net.RpcLibrary as a Cake Addin
#addin nuget:?package=CSharpTest.Net.RpcLibrary&version=2.12.810.409
// Install CSharpTest.Net.RpcLibrary as a Cake Tool
#tool nuget:?package=CSharpTest.Net.RpcLibrary&version=2.12.810.409
==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.
Product | Versions |
---|---|
.NET Framework | net20 net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
This package has no dependencies.
NuGet packages (3)
Showing the top 3 NuGet packages that depend on CSharpTest.Net.RpcLibrary:
Package | Downloads |
---|---|
ClrPlus.Scripting.MsBuild
A library containing classes to use propertysheets with MsBuild scripts. [Note: This library is not quite ready for public consumption--I'm in the middle of some code reorganization] |
|
Google.ProtocolBuffers.Rpc
Google.ProtocolBuffers.Rpc uses the Win32 RPC Interop library, CSharpTest.Net.RpcLibrary, as a primary transport for Protobuffer services. Extremely fast, secure, extensible, and reliable. |
|
Google.ProtocolBuffersLite.Rpc
Google.ProtocolBuffersLite.Rpc uses the Win32 RPC Interop library, CSharpTest.Net.RpcLibrary, as a primary transport for Protobuffer services. Extremely fast, secure, extensible, and reliable. This version depends on Google.ProtocolBuffersLite version (optimize_for = LITE_RUNTIME). |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
14.327.1832.1051 | 7,050 | 3/27/2014 |
14.326.2138.1050 | 1,072 | 3/27/2014 |
2.14.126.467 | 1,082 | 1/26/2014 |
2.12.810.409 | 2,243 | 8/10/2012 |
1.11.924.348 | 3,188 | 10/1/2011 |
See the main project page (http://code.google.com/p/csharptest-net/) for release notes.