How to create NAMED-PIPE in .NET-4 in your C# application?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Here is a piece of code to create a Named Pipe client, it is lifted from an answer to a previous question I answered on communicating between C++ and C# using Named Pipes
|
|||
|
|
|
The easiest way is using WCF:
|
|||||
|