{"id":15409958,"url":"https://github.com/havendv/namedpipeserverstream.netframeworkversion","last_synced_at":"2025-04-19T07:42:50.278Z","repository":{"id":44608114,"uuid":"419910112","full_name":"HavenDV/NamedPipeServerStream.NetFrameworkVersion","owner":"HavenDV","description":".NET Standard version of NamedPipeServerStream that contains PipeSecurity constructor.","archived":false,"fork":false,"pushed_at":"2025-02-03T08:25:54.000Z","size":223,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-06T04:28:17.977Z","etag":null,"topics":["access-control","csharp","dotnet","ipc","namedpipeserverstream","netstandard","netstandard20","pipes","pipesecurity","security","serverstream","system","windows"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HavenDV.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"patreon":"havendv","ko_fi":"havendv","custom":["https://www.paypal.me/havendv","https://www.buymeacoffee.com/havendv","https://www.upwork.com/freelancers/~017b1ad6f6af9cc189"]}},"created_at":"2021-10-21T23:51:17.000Z","updated_at":"2025-02-03T08:25:56.000Z","dependencies_parsed_at":"2023-10-16T14:59:51.401Z","dependency_job_id":"97bef453-59de-419a-b0a8-dedc0b578314","html_url":"https://github.com/HavenDV/NamedPipeServerStream.NetFrameworkVersion","commit_stats":{"total_commits":46,"total_committers":6,"mean_commits":7.666666666666667,"dds":0.5869565217391304,"last_synced_commit":"c9685b75200f18b61af0a105c82920dba88969fd"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HavenDV%2FNamedPipeServerStream.NetFrameworkVersion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HavenDV%2FNamedPipeServerStream.NetFrameworkVersion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HavenDV%2FNamedPipeServerStream.NetFrameworkVersion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HavenDV%2FNamedPipeServerStream.NetFrameworkVersion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HavenDV","download_url":"https://codeload.github.com/HavenDV/NamedPipeServerStream.NetFrameworkVersion/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249191362,"owners_count":21227549,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["access-control","csharp","dotnet","ipc","namedpipeserverstream","netstandard","netstandard20","pipes","pipesecurity","security","serverstream","system","windows"],"created_at":"2024-10-01T16:42:09.316Z","updated_at":"2025-04-19T07:42:50.260Z","avatar_url":"https://github.com/HavenDV.png","language":"C#","funding_links":["https://patreon.com/havendv","https://ko-fi.com/havendv","https://www.paypal.me/havendv","https://www.buymeacoffee.com/havendv","https://www.upwork.com/freelancers/~017b1ad6f6af9cc189"],"categories":[],"sub_categories":[],"readme":"# [NamedPipeServerStream.NetFrameworkVersion](https://github.com/HavenDV/NamedPipeServerStream.NetFrameworkVersion/) \n\n[![Language](https://img.shields.io/badge/language-C%23-blue.svg?style=flat-square)](https://github.com/HavenDV/NamedPipeServerStream.NetFrameworkVersion/search?l=C%23\u0026o=desc\u0026s=\u0026type=Code) \n[![License](https://img.shields.io/github/license/HavenDV/NamedPipeServerStream.NetFrameworkVersion.svg?label=License\u0026maxAge=86400)](LICENSE.md) \n[![Requirements](https://img.shields.io/badge/Requirements-.NET%20Standard%202.0-blue.svg)](https://github.com/dotnet/standard/blob/master/docs/versions/netstandard2.0.md)\n[![Build Status](https://github.com/HavenDV/NamedPipeServerStream.NetFrameworkVersion/actions/workflows/dotnet.yml/badge.svg)](https://github.com/HavenDV/NamedPipeServerStream.NetFrameworkVersion/actions/workflows/dotnet.yml)\n\nFeatures:\n- Completely repeats constructor behavior from .Net Framework (including exceptions)\n- Has a strong name\n- Restored from decompiled code. No changes from the original\n- Official dependencies only\n- Tested\n\n## Nuget\n\n[![NuGet](https://img.shields.io/nuget/dt/NamedPipeServerStream.NetFrameworkVersion.svg?style=flat-square\u0026label=NamedPipeServerStream.NetFrameworkVersion)](https://www.nuget.org/packages/NamedPipeServerStream.NetFrameworkVersion/)\n\n```\nInstall-Package NamedPipeServerStream.NetFrameworkVersion\n```\n\n## Usage\n\n```csharp\nusing System.IO.Pipes;\n\nvar pipeSecurity = new PipeSecurity();\npipeSecurity.AddAccessRule(new PipeAccessRule(new SecurityIdentifier(WellKnownSidType.BuiltinUsersSid, null), PipeAccessRights.ReadWrite, AccessControlType.Allow));\n\nusing var serverStream = NamedPipeServerStreamConstructors.New(pipeName, PipeDirection.InOut, 1, PipeTransmissionMode.Byte, PipeOptions.Asynchronous | PipeOptions.WriteThrough, 0, 0, pipeSecurity);\n```\n\n## Contacts\n* [mail](mailto:havendv@gmail.com)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhavendv%2Fnamedpipeserverstream.netframeworkversion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhavendv%2Fnamedpipeserverstream.netframeworkversion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhavendv%2Fnamedpipeserverstream.netframeworkversion/lists"}