Hi Guys,
I have a question about client server programming. My question as following, How to implement a program in C# that act as a router (Bridge) such that it receive the stream from one side and send the same stream to other side & vice versa.
Server <--> the Program <--> Client
Thanks