C#C
C#3y ago
Tim

✅ Pipe client server

Hey! I've been reading into the C# Pipe stream stuff, because I need some interprocess communication.
What I want is 2 processes being able to send a bit of data to each other whenever.
All the example's I've seen so far just
  • Open a stream
  • Send some data
  • Recieve some data back
  • Close the stream
Can somebody point me in the right direction on how to do more long lived communication?
If I want to support recieving and sending at the same time, do I need multiple Streams per program?
Was this page helpful?