Skip to main content
Stride.ServiceWire package icon

Stride.ServiceWire

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.

Total Downloads
0
0
Published
Jan 1, 1900
Latest stable version

Install

.NET CLI
dotnet add package Stride.ServiceWire --version 5.3.4
Package Manager Console
Install-Package Stride.ServiceWire -Version 5.3.4
PackageReference
<PackageReference Include="Stride.ServiceWire" Version="5.3.4" />

Frameworks

.NETFramework4.6.2 .NETStandard2.0 .NETStandard2.1

Dependencies

System.IO.Pipes
.NETFramework4.6.2
[4.3.0, )
System.Reflection.Emit
.NETFramework4.6.2
[4.7.0, )
System.Threading
.NETFramework4.6.2
[4.3.0, )
System.IO.Pipes
.NETStandard2.0
[4.3.0, )
System.Reflection.Emit
.NETStandard2.0
[4.7.0, )
System.Threading
.NETStandard2.0
[4.3.0, )
System.IO.Pipes
.NETStandard2.1
[4.3.0, )
System.Reflection.Emit
.NETStandard2.1
[4.7.0, )
System.Threading
.NETStandard2.1
[4.3.0, )

Adoption guide

Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.

No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.

Compatibility metadata lists 3 target frameworks; confirm the exact target used by your application.

This version is unlisted. Prefer a listed release unless you deliberately need this exact version for reproducibility.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.