NamedPipeServerStream.NetFrameworkVersion
1.1.13
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" />
paket add NamedPipeServerStream.NetFrameworkVersion --version 1.1.13
#r "nuget: NamedPipeServerStream.NetFrameworkVersion, 1.1.13"
// Install NamedPipeServerStream.NetFrameworkVersion as a Cake Addin #addin nuget:?package=NamedPipeServerStream.NetFrameworkVersion&version=1.1.13 // Install NamedPipeServerStream.NetFrameworkVersion as a Cake Tool #tool nuget:?package=NamedPipeServerStream.NetFrameworkVersion&version=1.1.13
NamedPipeServerStream.NetFrameworkVersion
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
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 was computed. net5.0-windows was computed. net6.0 is compatible. 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 is compatible. 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 | net40 is compatible. net403 was computed. net45 is compatible. net451 was computed. net452 was computed. net46 was computed. 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. |
-
.NETFramework 4.0
- No dependencies.
-
.NETFramework 4.5
- No dependencies.
-
.NETStandard 2.0
- System.IO.Pipes.AccessControl (>= 5.0.0)
- System.Security.Permissions (>= 7.0.0)
-
net6.0
- No dependencies.
-
net7.0
- No dependencies.
NuGet packages (5)
Showing the top 5 NuGet packages that depend on NamedPipeServerStream.NetFrameworkVersion:
Package | Downloads |
---|---|
OpenIddict.Client.SystemIntegration
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 (4)
Showing the top 4 popular GitHub repositories that depend on NamedPipeServerStream.NetFrameworkVersion:
Repository | Stars |
---|---|
openiddict/openiddict-core
Flexible and versatile OAuth 2.0/OpenID Connect stack for .NET
|
|
MediaPortal/MediaPortal-2
Development of MediaPortal 2
|
|
HavenDV/H.Pipes
A simple, easy to use, strongly-typed, async wrapper around .NET named pipes.
|
|
Jorixon/JASM
Just Another Skin Manager
|
Version | Downloads | Last updated |
---|---|---|
1.1.13 | 54,388 | 7/20/2023 |
1.1.12 | 1,104 | 7/20/2023 |
1.1.11 | 87,358 | 9/11/2022 |
1.1.10 | 6,428 | 9/9/2022 |
1.1.9 | 2,256 | 7/29/2022 |
1.1.8 | 29,378 | 3/11/2022 |
1.1.7 | 32,420 | 2/4/2022 |
1.0.10 | 19,017 | 11/30/2021 |
1.0.9 | 6,001 | 10/22/2021 |
1.0.8 | 3,308,473 | 1/4/2021 |
1.0.7 | 7,644 | 12/9/2020 |
1.0.6 | 1,882 | 11/22/2020 |
1.0.5 | 4,668 | 10/13/2020 |
1.0.3 | 2,438 | 10/8/2020 |
1.0.2 | 338,673 | 1/12/2020 |
1.0.1 | 1,625 | 1/12/2020 |
1.0.0 | 1,876 | 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