NamedPipeWrapper 1.5.0
See the version list below for details.
dotnet add package NamedPipeWrapper --version 1.5.0
NuGet\Install-Package NamedPipeWrapper -Version 1.5.0
<PackageReference Include="NamedPipeWrapper" Version="1.5.0" />
paket add NamedPipeWrapper --version 1.5.0
#r "nuget: NamedPipeWrapper, 1.5.0"
// Install NamedPipeWrapper as a Cake Addin #addin nuget:?package=NamedPipeWrapper&version=1.5.0 // Install NamedPipeWrapper as a Cake Tool #tool nuget:?package=NamedPipeWrapper&version=1.5.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 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 (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 |
---|---|
tunerok/unity_browser
Open source Unity3d web browser created by Vitaly Chashin https://bitbucket.org/vitaly_chashin/simpleunitybrowser
|
Version | Downloads | Last updated |
---|---|---|
1.5.3-Beta | 61,237 | 8/11/2016 |
1.5.2-Beta | 23,677 | 8/11/2016 |
1.5.0 | 268,868 | 7/11/2016 |
1.4.0 | 7,236 | 10/6/2013 |
1.3.0 | 2,098 | 9/30/2013 |
1.2.0 | 2,091 | 9/30/2013 |
1.1.0 | 2,046 | 9/29/2013 |
1.0.0 | 2,138 | 9/29/2013 |