Metadata >> NuGet >> CSharpTest.Net.RpcLibrary

CSharpTest.Net.RpcLibrary

Metadata

Authors Roger Knapp
Copyrights Copyright 2008-2011 by Roger Knapp, Licensed under the Apache License, Version 2.0
Description ==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.
IconUrl http://csharptest.net/favicon.ico
Language en-US
LicenseUrl http://csharptest.net/src/LICENSE-2.0.txt
Owners Roger Knapp
ProjectUrl https://github.com/csharptest/CSharpTest.Net.RpcLibrary
ReleaseNotes See the main project page (https://github.com/csharptest/CSharpTest.Net.RpcLibrary) for release notes.
RequireLicenseAcceptance False
Summary CSharpTest.Net.RpcLibrary provides pure managed interop with the Win32 RPC API
Tags Rpc Library Win32 InterProcess IPC Remote Remoting named pipes LRPC TCP communications
Title CSharpTest.Net.RpcLibrary
PackageSize 133485
PackageHashAlgorithm SHA512
PackageHash 3ahurhBY6eNAunIeAsmoDKfS18GuAYk+w0D8hh86cavrIXsE7FgdyL9EJo9IOz7bSVzeBv+NkaSsu2cD+p70Lw==
DownloadCount 000000
CreatedDate 2014-03-27T23:33:59

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install CSharpTest.Net.RpcLibrary -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install CSharpTest.Net.RpcLibrary -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package CSharpTest.Net.RpcLibrary
Installing the package (HTTP Basic authentication):
Install-Package CSharpTest.Net.RpcLibrary -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package CSharpTest.Net.RpcLibrary -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package CSharpTest.Net.RpcLibrary

OpenWrap

Installing the package:
o add-wrap CSharpTest.Net.RpcLibrary
Uninstalling the package:
o remove-wrap CSharpTest.Net.RpcLibrary

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
14.327.1832.1051
2.14.126.467
2.12.810.409
1.11.924.348