NamedPipeWrapper 1.3.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.
See the version list below for details.
Install-Package NamedPipeWrapper -Version 1.3.0
dotnet add package NamedPipeWrapper --version 1.3.0
<PackageReference Include="NamedPipeWrapper" Version="1.3.0" />
paket add NamedPipeWrapper --version 1.3.0
Dependencies
This package has no dependencies.
Used By
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 (1)
Showing the top 1 popular GitHub repositories that depend on NamedPipeWrapper:
Repository | Stars |
---|---|
t1m0thyj/WinDynamicDesktop
Port of macOS Mojave Dynamic Desktop feature to Windows 10
|
Version History
Version | Downloads | Last updated |
---|---|---|
1.5.3-Beta | 16,004 | 8/11/2016 |
1.5.2-Beta | 410 | 8/11/2016 |
1.5.0 | 79,174 | 7/11/2016 |
1.4.0 | 4,074 | 10/6/2013 |
1.3.0 | 596 | 9/30/2013 |
1.2.0 | 629 | 9/30/2013 |
1.1.0 | 606 | 9/29/2013 |
1.0.0 | 604 | 9/29/2013 |