Info
Version: | 1.0.0 |
Author(s): | LarryMai |
Last Update: | Thursday, March 7, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/LarryMai/named-pipe-wrapper |
NuGet Url: | https://www.nuget.org/packages/NamedPipeWrapper.NetCore |
Install
Install-Package NamedPipeWrapper.NetCore
dotnet add package NamedPipeWrapper.NetCore
paket add NamedPipeWrapper.NetCore
NamedPipeWrapper.NetCore Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
No dependencies.
No dependencies.
No dependencies.
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.
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.