Skip to content

A pattern for client/server communication via Named Pipes via C#

Notifications You must be signed in to change notification settings

malcomvetter/NamedPipes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Named Pipes

Build in Visual Studio (.net 3.5 so it runs on Win 7+).

This is a proof of concept / pattern concept for creating a client/server communication model with named pipes in C#. In this example, a client passes a message to the server over a named pipe which is then executed as a command on the server. The standard out and standard error are redirected back to the client over the named pipe and printed to the terminal screen.

screenshot

About

A pattern for client/server communication via Named Pipes via C#

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages