NamedPipeWrapper.New
1.5.1-beta2
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.
The package was forked from NamedPipeWrapper 1.4.0 creadted by Andrew C. Dvorak and the original project url is https://github.com/acdvorak/named-pipe-wrapper.
Install-Package NamedPipeWrapper.New -Version 1.5.1-beta2
dotnet add package NamedPipeWrapper.New --version 1.5.1-beta2
<PackageReference Include="NamedPipeWrapper.New" Version="1.5.1-beta2" />
paket add NamedPipeWrapper.New --version 1.5.1-beta2
Release Notes
Merged Commits from https://github.com/reliablehosting/named-pipe-wrapper up to Oct 1, 2015.
Dependencies
This package has no dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
1.5.1-beta2 | 550 | 4/1/2016 |
1.5.0-beta1 | 399 | 4/1/2016 |