NamedPipeServerStream.NetFrameworkVersion 1.0.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package NamedPipeServerStream.NetFrameworkVersion --version 1.0.2
NuGet\Install-Package NamedPipeServerStream.NetFrameworkVersion -Version 1.0.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NamedPipeServerStream.NetFrameworkVersion" Version="1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NamedPipeServerStream.NetFrameworkVersion --version 1.0.2
#r "nuget: NamedPipeServerStream.NetFrameworkVersion, 1.0.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install NamedPipeServerStream.NetFrameworkVersion as a Cake Addin
#addin nuget:?package=NamedPipeServerStream.NetFrameworkVersion&version=1.0.2

// Install NamedPipeServerStream.NetFrameworkVersion as a Cake Tool
#tool nuget:?package=NamedPipeServerStream.NetFrameworkVersion&version=1.0.2

Language License Requirements Build Status

Nuget

NuGet

Features

  • Completely repeats constructor behavior from .Net Framework (including exceptions)
  • Has a strong name
  • Restored from decompiled code. No changes from the original
  • Official dependencies only
  • Tested

Usage

Install-Package NamedPipeServerStream.NetFrameworkVersion
using System.IO.Pipes;

var pipeSecurity = new PipeSecurity();
pipeSecurity.AddAccessRule(new PipeAccessRule(new SecurityIdentifier(WellKnownSidType.BuiltinUsersSid, null), PipeAccessRights.ReadWrite, AccessControlType.Allow));

using var serverStream = NamedPipeServerStreamConstructors.New(pipeName, PipeDirection.InOut, 1, PipeTransmissionMode.Byte, PipeOptions.Asynchronous | PipeOptions.WriteThrough, 0, 0, pipeSecurity);
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on NamedPipeServerStream.NetFrameworkVersion:

Package Downloads
OpenIddict.Client.SystemIntegration The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Operating system integration package for the OpenIddict client.

H.Pipes.AccessControl

This package adds AccessControl extensions for PipeServerSetPipeSecurity()

CoronaBGMPlayer

A BGM player for Red Alert 3 as a part of game mod: Corona.

NetCoreNamedPipeWrapper

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. 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.

Ascon.Pilot.Pipes

Provides a means for interprocess communication through anonymous and/or named pipes for Ascon.Pilot system.

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on NamedPipeServerStream.NetFrameworkVersion:

Repository Stars
openiddict/openiddict-core
Flexible and versatile OAuth 2.0/OpenID Connect stack for .NET
HavenDV/H.Pipes
A simple, easy to use, strongly-typed, async wrapper around .NET named pipes.
Version Downloads Last updated
1.1.13 18,632 7/20/2023
1.1.12 1,031 7/20/2023
1.1.11 59,635 9/11/2022
1.1.10 6,183 9/9/2022
1.1.9 2,158 7/29/2022
1.1.8 27,250 3/11/2022
1.1.7 25,301 2/4/2022
1.0.10 16,559 11/30/2021
1.0.9 5,635 10/22/2021
1.0.8 2,638,480 1/4/2021
1.0.7 5,599 12/9/2020
1.0.6 1,786 11/22/2020
1.0.5 4,467 10/13/2020
1.0.3 2,248 10/8/2020
1.0.2 311,668 1/12/2020
1.0.1 1,553 1/12/2020
1.0.0 1,759 1/12/2020