AZ.NamedPipeWrapper
1.5.3
dotnet add package AZ.NamedPipeWrapper --version 1.5.3
NuGet\Install-Package AZ.NamedPipeWrapper -Version 1.5.3
<PackageReference Include="AZ.NamedPipeWrapper" Version="1.5.3" />
paket add AZ.NamedPipeWrapper --version 1.5.3
#r "nuget: AZ.NamedPipeWrapper, 1.5.3"
// Install AZ.NamedPipeWrapper as a Cake Addin #addin nuget:?package=AZ.NamedPipeWrapper&version=1.5.3 // Install AZ.NamedPipeWrapper as a Cake Tool #tool nuget:?package=AZ.NamedPipeWrapper&version=1.5.3
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
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Add AutoReconnect Delay to reduce cpu usage