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
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