NamedPipeServerStream.NetFrameworkVersion 1.1.13

NamedPipeServerStream.NetFrameworkVersion

Language License 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

Showing the top 20 packages that depend on NamedPipeServerStream.NetFrameworkVersion.

Packages Downloads
OpenIddict.Client.SystemIntegration
Operating system integration package for the OpenIddict client.
130
OpenIddict.Client.SystemIntegration
Operating system integration package for the OpenIddict client.
131
OpenIddict.Client.SystemIntegration
Operating system integration package for the OpenIddict client.
132
OpenIddict.Client.SystemIntegration
Operating system integration package for the OpenIddict client.
135
OpenIddict.Client.SystemIntegration
Operating system integration package for the OpenIddict client.
138
OpenIddict.Client.SystemIntegration
Operating system integration package for the OpenIddict client.
139
OpenIddict.Client.SystemIntegration
Operating system integration package for the OpenIddict client.
141
OpenIddict.Client.SystemIntegration
Operating system integration package for the OpenIddict client.
142
OpenIddict.Client.SystemIntegration
Operating system integration package for the OpenIddict client.
144
OpenIddict.Client.SystemIntegration
Operating system integration package for the OpenIddict client.
145
OpenIddict.Client.SystemIntegration
Operating system integration package for the OpenIddict client.
149
OpenIddict.Client.SystemIntegration
Operating system integration package for the OpenIddict client.
150
OpenIddict.Client.SystemIntegration
Operating system integration package for the OpenIddict client.
151
OpenIddict.Client.SystemIntegration
Operating system integration package for the OpenIddict client.
153
OpenIddict.Client.SystemIntegration
Operating system integration package for the OpenIddict client.
158
OpenIddict.Client.SystemIntegration
Operating system integration package for the OpenIddict client.
166
OpenIddict.Client.SystemIntegration
Operating system integration package for the OpenIddict client.
167
OpenIddict.Client.SystemIntegration
Operating system integration package for the OpenIddict client.
177
OpenIddict.Client.SystemIntegration
Operating system integration package for the OpenIddict client.
178

⭐ 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

.NET Framework 4.0

  • No dependencies.

.NET Framework 4.5

  • No dependencies.

.NET 6.0

  • No dependencies.

.NET 7.0

  • No dependencies.

.NET Standard 2.0

Version Downloads Last updated
1.1.13 133 04/01/2025
1.1.12 116 04/01/2025
1.1.11 118 04/01/2025
1.1.10 135 04/01/2025
1.1.9 112 03/31/2025
1.1.8 116 04/01/2025
1.1.7 128 04/01/2025
1.1.1 114 04/01/2025
1.0.10 122 04/01/2025
1.0.9 142 03/31/2025
1.0.8 126 04/01/2025
1.0.7 119 03/31/2025
1.0.6 130 04/01/2025
1.0.5 122 04/01/2025
1.0.3 131 04/01/2025
1.0.2 109 04/01/2025
1.0.1 125 04/01/2025
1.0.0 137 04/05/2025