SubSonic.Core.ServiceWire
5.3.4
ServiceWire is a very fast and light weight service host and dynamic client library that simplifies the development and use of high performance remote procedure call (RPC) communication between .NET processes over Named Pipes or TCP/IP. And with the release of 2.0.0, ServiceWire now supports optional use of Zero Knowledge authentication with a fast variation of Secure Remote Password Protocol and strong Rijndael encryption of data across the wire via TCP without the need for public keys going across the wire.
project fork of service wire
Install-Package SubSonic.Core.ServiceWire -Version 5.3.4
dotnet add package SubSonic.Core.ServiceWire --version 5.3.4
<PackageReference Include="SubSonic.Core.ServiceWire" Version="5.3.4" />
paket add SubSonic.Core.ServiceWire --version 5.3.4
Release Notes
Uri types are mapping between framework and netcore and strong naming
Dependencies
-
.NETFramework 4.6.2
- System.IO.Pipes (>= 4.3.0)
- System.Reflection.Emit (>= 4.7.0)
- System.Threading (>= 4.3.0)
-
.NETStandard 2.0
- System.IO.Pipes (>= 4.3.0)
- System.Reflection.Emit (>= 4.7.0)
- System.Threading (>= 4.3.0)
-
.NETStandard 2.1
- System.IO.Pipes (>= 4.3.0)
- System.Reflection.Emit (>= 4.7.0)
- System.Threading (>= 4.3.0)
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on SubSonic.Core.ServiceWire:
Package | Downloads |
---|---|
SubSonic.Core.Remoting
This is a remoting package that implements functionality that wraps around named pipes
|
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
5.3.4 | 131 | 8/12/2020 |