NamedPipeWrapper 1.4.0
See the version list below for details.
Install-Package NamedPipeWrapper -Version 1.4.0
dotnet add package NamedPipeWrapper --version 1.4.0
<PackageReference Include="NamedPipeWrapper" Version="1.4.0" />
paket add NamedPipeWrapper --version 1.4.0
#r "nuget: NamedPipeWrapper, 1.4.0"
// Install NamedPipeWrapper as a Cake Addin
#addin nuget:?package=NamedPipeWrapper&version=1.4.0
// Install NamedPipeWrapper as a Cake Tool
#tool nuget:?package=NamedPipeWrapper&version=1.4.0
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.
Product | Versions |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on NamedPipeWrapper:
Package | Downloads |
---|---|
PiperNamedPipes
Easy (and type-safe) communication using named pipes. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.5.3-Beta | 33,569 | 8/11/2016 |
1.5.2-Beta | 19,825 | 8/11/2016 |
1.5.0 | 172,157 | 7/11/2016 |
1.4.0 | 5,549 | 10/6/2013 |
1.3.0 | 977 | 9/30/2013 |
1.2.0 | 989 | 9/30/2013 |
1.1.0 | 977 | 9/29/2013 |
1.0.0 | 978 | 9/29/2013 |