Pipes in C#

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In C++ there is the static function CreateNamedPipe used to startup a pipe
server and the function CreateFile(pipename, ... to start the client side.
Is there similar functionality available in C#? Specifically something for
CreateNamedPipe?

Thanks in advance!
Richard
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top