Info
Version: | 1.5.0 |
Author(s): | havendv -> Matt Watson |
Last Update: | Friday, January 3, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/HavenDV/NamedPipeWrapper.NetStandard |
NuGet Url: | https://www.nuget.org/packages/NamedPipeWrapper.NetStandard.StrongNamed |
Install
Install-Package NamedPipeWrapper.NetStandard.StrongNamed
dotnet add package NamedPipeWrapper.NetStandard.StrongNamed
paket add NamedPipeWrapper.NetStandard.StrongNamed
NamedPipeWrapper.NetStandard.StrongNamed Download (Unzip the "nupkg" after downloading)
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 Standard 2.0.