VOOZH about

URL: https://www.nuget.org/packages/NamedPipeServerStream.NetFrameworkVersion/

⇱ NuGet Gallery | NamedPipeServerStream.NetFrameworkVersion 1.1.13




👁 Image
NamedPipeServerStream.NetFrameworkVersion 1.1.13

dotnet add package NamedPipeServerStream.NetFrameworkVersion --version 1.1.13
 
 
NuGet\Install-Package NamedPipeServerStream.NetFrameworkVersion -Version 1.1.13
 
 
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.1.13" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NamedPipeServerStream.NetFrameworkVersion" Version="1.1.13" />
 
Directory.Packages.props
<PackageReference Include="NamedPipeServerStream.NetFrameworkVersion" />
 
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add NamedPipeServerStream.NetFrameworkVersion --version 1.1.13
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: NamedPipeServerStream.NetFrameworkVersion, 1.1.13"
 
 
#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.
#:package NamedPipeServerStream.NetFrameworkVersion@1.1.13
 
 
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=NamedPipeServerStream.NetFrameworkVersion&version=1.1.13
 
Install as a Cake Addin
#tool nuget:?package=NamedPipeServerStream.NetFrameworkVersion&version=1.1.13
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

NamedPipeServerStream.NetFrameworkVersion

👁 Language
👁 Requirements
👁 Build Status

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

Nuget

👁 NuGet

Install-Package NamedPipeServerStream.NetFrameworkVersion

Usage

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);

Contacts

Product Versions Compatible and additional computed target framework versions.
.NET net5.0 net5.0 was computed.  net5.0-windows net5.0-windows was computed.  net6.0 net6.0 is compatible.  net6.0-android net6.0-android was computed.  net6.0-ios net6.0-ios was computed.  net6.0-maccatalyst net6.0-maccatalyst was computed.  net6.0-macos net6.0-macos was computed.  net6.0-tvos net6.0-tvos was computed.  net6.0-windows net6.0-windows was computed.  net7.0 net7.0 is compatible.  net7.0-android net7.0-android was computed.  net7.0-ios net7.0-ios was computed.  net7.0-maccatalyst net7.0-maccatalyst was computed.  net7.0-macos net7.0-macos was computed.  net7.0-tvos net7.0-tvos was computed.  net7.0-windows net7.0-windows was computed.  net8.0 net8.0 was computed.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 was computed.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 was computed.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.0-windows was computed. 
.NET Core netcoreapp2.0 netcoreapp2.0 was computed.  netcoreapp2.1 netcoreapp2.1 was computed.  netcoreapp2.2 netcoreapp2.2 was computed.  netcoreapp3.0 netcoreapp3.0 was computed.  netcoreapp3.1 netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 netstandard2.0 is compatible.  netstandard2.1 netstandard2.1 was computed. 
.NET Framework net40 net40 is compatible.  net403 net403 was computed.  net45 net45 is compatible.  net451 net451 was computed.  net452 net452 was computed.  net46 net46 was computed.  net461 net461 was computed.  net462 net462 was computed.  net463 net463 was computed.  net47 net47 was computed.  net471 net471 was computed.  net472 net472 was computed.  net48 net48 was computed.  net481 net481 was computed. 
MonoAndroid monoandroid monoandroid was computed. 
MonoMac monomac monomac was computed. 
MonoTouch monotouch monotouch was computed. 
Tizen tizen40 tizen40 was computed.  tizen60 tizen60 was computed. 
Xamarin.iOS xamarinios xamarinios was computed. 
Xamarin.Mac xamarinmac xamarinmac was computed. 
Xamarin.TVOS xamarintvos xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

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

Package Downloads
H.Pipes.AccessControl

This package adds AccessControl extensions for PipeServerSetPipeSecurity()

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.

CoronaBGMPlayer

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

Ascon.Pilot.Pipes

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

GitHub repositories (3)

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

Repository Stars
Jorixon/JASM
Just Another Skin Manager
MediaPortal/MediaPortal-2
Development of MediaPortal 2
HavenDV/H.Pipes
A simple, easy to use, strongly-typed, async wrapper around .NET named pipes.
Version Downloads Last Updated
1.1.13 459,292 7/20/2023
1.1.12 1,304 7/20/2023
1.1.11 132,644 9/11/2022
1.1.10 6,895 9/9/2022
1.1.9 2,531 7/29/2022
1.1.8 35,939 3/11/2022
1.1.7 43,427 2/4/2022
1.1.1 317 1/20/2025
1.0.10 19,620 11/30/2021
1.0.9 6,846 10/22/2021
1.0.8 5,967,960 1/4/2021
1.0.7 8,377 12/9/2020
1.0.6 2,153 11/22/2020
1.0.5 5,069 10/13/2020
1.0.3 2,770 10/8/2020
1.0.2 383,317 1/12/2020
1.0.1 1,910 1/12/2020
1.0.0 2,232 1/12/2020

⭐ Last 10 features:
- feat: Added net7.0. 2023-07-20
- feat: CreateNamedPipe to CsWin32. 2023-07-20
- feat: FormatMessage to cswin32. 2023-07-20
- feat: net40/net45/net5/net6 targets will now use the official implementation. 2022-09-09
- feat: Use generic Marshal.SizeOf for AOT compatibility 2022-07-29
- feat: Added net5/net6 targets. Updated references. Added SupportedOSPlatform attributes. 2022-03-11
- feat: Added auto-releasing. 2022-02-05
- feat: Deleted unused System.IO.Pipes PackageReference. 2021-12-01
- feat: Updated Microsoft.SourceLink.GitHub. 2021-12-01
- feat: Added ContinuousIntegrationBuild=True. 2021-12-01

🐞 Last 10 bug fixes:
- fix: Updates resource file name to resolve MissingManifestResourceException issue 2022-02-05
- fix: To windows-latest ci. 2021-10-22