named-pipe-wrapper icon indicating copy to clipboard operation
named-pipe-wrapper copied to clipboard

Wrapper library for Windows Named Pipes in C# / .NET 4.0 / VS 2010

Results 35 named-pipe-wrapper issues
Sort by recently updated
recently updated
newest added

If I start a server instance ``` var server = new NamedPipeServer("MyServerPipe"); server.Start(); ``` the failure of pipe creation is not detectable. There can be an error (for example the...

Hi, I have a client in a WindowsService which does the following: ``` csharp var client = new NamedPipeClient("my-pipe"); client.Start(); ``` The UI application acts as the server: ``` csharp...

Dear devs, thanks for this amazing packet, is there a .NET 6 support planed for the future? Thank you! :)

This project no-longer works when compiling project with Net8 preview as Pipes won't be able to initialize.