NamedPipeWrapper.New
1.5.1-beta2
dotnet add package NamedPipeWrapper.New --version 1.5.1-beta2
NuGet\Install-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
#r "nuget: NamedPipeWrapper.New, 1.5.1-beta2"
// Install NamedPipeWrapper.New as a Cake Addin #addin nuget:?package=NamedPipeWrapper.New&version=1.5.1-beta2&prerelease // Install NamedPipeWrapper.New as a Cake Tool #tool nuget:?package=NamedPipeWrapper.New&version=1.5.1-beta2&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.
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.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.5.1-beta2 | 993 | 4/1/2016 |
1.5.0-beta1 | 749 | 4/1/2016 |
Merged Commits from https://github.com/reliablehosting/named-pipe-wrapper up to Oct 1, 2015.