NamedPipeServerStream.NetFrameworkVersion 1.1.8
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
Showing the top 20 packages that depend on NamedPipeServerStream.NetFrameworkVersion.
Packages | Downloads |
---|---|
OpenIddict.Client.SystemIntegration
Operating system integration package for the OpenIddict client.
|
46 |
OpenIddict.Client.SystemIntegration
Operating system integration package for the OpenIddict client.
|
5 |
OpenIddict.Client.SystemIntegration
Operating system integration package for the OpenIddict client.
|
4 |
OpenIddict.Client.SystemIntegration
Operating system integration package for the OpenIddict client.
|
3 |
OpenIddict.Client.SystemIntegration
Operating system integration package for the OpenIddict client.
|
2 |
⭐ Last 10 features:
- 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
- feat: Added README to NuGet package. 2021-10-22
- feat: Initial commit. 2021-10-22
🐞 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 5.0
- System.IO.Pipes.AccessControl (>= 5.0.0)
- System.Security.Permissions (>= 6.0.0)
.NET 6.0
- System.IO.Pipes.AccessControl (>= 5.0.0)
- System.Security.Permissions (>= 6.0.0)
.NET Standard 2.0
- System.IO.Pipes.AccessControl (>= 5.0.0)
- System.Security.Permissions (>= 6.0.0)
Version | Downloads | Last updated |
---|---|---|
1.1.13 | 4 | 11/26/2024 |
1.1.12 | 3 | 03/08/2024 |
1.1.11 | 10 | 06/16/2024 |
1.1.10 | 2 | 09/28/2024 |
1.1.9 | 0 | 07/29/2022 |
1.1.8 | 5 | 03/08/2024 |
1.1.7 | 2 | 05/29/2024 |
1.0.10 | 2 | 11/03/2024 |
1.0.9 | 2 | 03/08/2024 |
1.0.8 | 0 | 01/04/2021 |
1.0.7 | 0 | 12/09/2020 |
1.0.6 | 2 | 03/08/2024 |
1.0.5 | 1 | 03/08/2024 |
1.0.3 | 0 | 10/08/2020 |
1.0.2 | 3 | 03/08/2024 |
1.0.1 | 2 | 03/08/2024 |
1.0.0 | 1 | 03/08/2024 |