![]() |
VOOZH | about |
dotnet add package NamedPipeServerStream.NetFrameworkVersion --version 1.1.13
NuGet\Install-Package NamedPipeServerStream.NetFrameworkVersion -Version 1.1.13
<PackageReference Include="NamedPipeServerStream.NetFrameworkVersion" Version="1.1.13" />
<PackageVersion Include="NamedPipeServerStream.NetFrameworkVersion" Version="1.1.13" />Directory.Packages.props
<PackageReference Include="NamedPipeServerStream.NetFrameworkVersion" />Project file
paket add NamedPipeServerStream.NetFrameworkVersion --version 1.1.13
#r "nuget: NamedPipeServerStream.NetFrameworkVersion, 1.1.13"
#:package NamedPipeServerStream.NetFrameworkVersion@1.1.13
#addin nuget:?package=NamedPipeServerStream.NetFrameworkVersion&version=1.1.13Install as a Cake Addin
#tool nuget:?package=NamedPipeServerStream.NetFrameworkVersion&version=1.1.13Install as a Cake Tool
👁 Language
👁 Requirements
👁 Build Status
Features:
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 | 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. |
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. |
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