Named Pipe Wrapper NuGet Package

Create named pipe servers that can handle multiple client connections simultaneously.

Send strongly-typed messages between clients and servers: any serializable .NET object can be sent over a pipe and will be automatically serialized/deserialized, including cyclical references and complex object graphs.

Messages are sent and received asynchronously on a separate background thread and marshalled back to the calling thread (typically the UI).

Supports large messages - up to 300 MiB.

Requires .NET 4.0 full.




Got any Named Pipe Wrapper Question?





Info

Version: 1.5.3-Beta
Author(s): Matt Watson
Last Update: Thursday, August 11, 2016
.NET Fiddle: Create the first Fiddle
Project Url: https://github.com/acdvorak/named-pipe-wrapper
NuGet Url: https://www.nuget.org/packages/NamedPipeWrapper


Install
Install-Package NamedPipeWrapper
dotnet add package NamedPipeWrapper
paket add NamedPipeWrapper
NamedPipeWrapper Download (Unzip the "nupkg" after downloading)

1 package depend on this package.


Tags



STATS

must-have-score

1.3

avg-downloads-per-day

34

days-since-last-release

2814