NamedPipeWrapper 1.5.3-Beta
dotnet add package NamedPipeWrapper --version 1.5.3-Beta
NuGet\Install-Package NamedPipeWrapper -Version 1.5.3-Beta
<PackageReference Include="NamedPipeWrapper" Version="1.5.3-Beta" />
paket add NamedPipeWrapper --version 1.5.3-Beta
#r "nuget: NamedPipeWrapper, 1.5.3-Beta"
// Install NamedPipeWrapper as a Cake Addin
#addin nuget:?package=NamedPipeWrapper&version=1.5.3-Beta&prerelease
// Install NamedPipeWrapper as a Cake Tool
#tool nuget:?package=NamedPipeWrapper&version=1.5.3-Beta&prerelease
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 net481 |
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 | 39,689 | 8/11/2016 |
1.5.2-Beta | 20,289 | 8/11/2016 |
1.5.0 | 197,012 | 7/11/2016 |
1.4.0 | 5,791 | 10/6/2013 |
1.3.0 | 1,093 | 9/30/2013 |
1.2.0 | 1,103 | 9/30/2013 |
1.1.0 | 1,092 | 9/29/2013 |
1.0.0 | 1,093 | 9/29/2013 |