NamedPipeServerStream.NetFrameworkVersion 1.0.9
HNamedPipeServerStream.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.
|
6 |
OpenIddict.Client.SystemIntegration
Operating system integration package for the OpenIddict client.
|
7 |
OpenIddict.Client.SystemIntegration
Operating system integration package for the OpenIddict client.
|
8 |
OpenIddict.Client.SystemIntegration
Operating system integration package for the OpenIddict client.
|
9 |
OpenIddict.Client.SystemIntegration
Operating system integration package for the OpenIddict client.
|
10 |
Added Source Link.
Added CLSCompliant=True.
Added README to NuGet package.
.NET Framework 4.0
- No dependencies.
.NET Framework 4.5
- No dependencies.
.NET Standard 2.0
- System.IO.Pipes (>= 4.3.0)
- System.IO.Pipes.AccessControl (>= 4.5.1)
- System.Security.Permissions (>= 4.7.0)
Version | Downloads | Last updated |
---|---|---|
1.1.13 | 12 | 06/02/2024 |
1.1.12 | 11 | 06/02/2024 |
1.1.11 | 7 | 06/02/2024 |
1.1.10 | 7 | 06/02/2024 |
1.1.9 | 5 | 06/02/2024 |
1.1.8 | 5 | 06/02/2024 |
1.1.7 | 7 | 06/02/2024 |
1.1.1 | 1 | 01/31/2025 |
1.0.10 | 9 | 06/02/2024 |
1.0.9 | 7 | 06/02/2024 |
1.0.8 | 7 | 06/02/2024 |
1.0.7 | 6 | 06/02/2024 |
1.0.6 | 7 | 06/02/2024 |
1.0.5 | 5 | 06/02/2024 |
1.0.3 | 9 | 06/02/2024 |
1.0.2 | 10 | 06/02/2024 |
1.0.1 | 9 | 06/02/2024 |
1.0.0 | 7 | 06/02/2024 |