Info
Version: | 1.5.3-Beta |
Author(s): | Matt Watson |
Last Update: | Thursday, August 11, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/acdvorak/named-pipe-wrapper |
NuGet Url: | https://www.nuget.org/packages/NamedPipeWrapper |
Install
Install-Package NamedPipeWrapper
dotnet add package NamedPipeWrapper
paket add NamedPipeWrapper
NamedPipeWrapper Download (Unzip the "nupkg" after downloading)
Dependencies
1 package depend on this package.
Tags
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.