Lou,
You can call the CreateFile API through the P/Invoke layer. Once you
have the handle to the pipe, you can pass it to the constructor of the
FileStream class to read from/write to it.
Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)
Lou said:
How do i connect to a named pipe as a client?
-Lou