CSharpTest.Net.RpcLibrary 2.14.126.467

There is a newer version of this package available.
See the version list below for details.
dotnet add package CSharpTest.Net.RpcLibrary --version 2.14.126.467
NuGet\Install-Package CSharpTest.Net.RpcLibrary -Version 2.14.126.467
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="CSharpTest.Net.RpcLibrary" Version="2.14.126.467" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CSharpTest.Net.RpcLibrary --version 2.14.126.467
#r "nuget: CSharpTest.Net.RpcLibrary, 2.14.126.467"
#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 CSharpTest.Net.RpcLibrary as a Cake Addin
#addin nuget:?package=CSharpTest.Net.RpcLibrary&version=2.14.126.467

// Install CSharpTest.Net.RpcLibrary as a Cake Tool
#tool nuget:?package=CSharpTest.Net.RpcLibrary&version=2.14.126.467

==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 Compatible and additional computed target framework versions.
.NET Framework net20 is compatible.  net35 is compatible.  net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on CSharpTest.Net.RpcLibrary:

Package Downloads
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 9,862 3/27/2014
14.326.2138.1050 1,584 3/27/2014
2.14.126.467 1,595 1/26/2014
2.12.810.409 2,773 8/10/2012
1.11.924.348 4,367 10/1/2011

See the main project page (http://code.google.com/p/csharptest-net/) for release notes.