Click here to Skip to main content
15,891,184 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello

I have a Server Application written in C# .NET
and many client connect with server

my question is : who can I open connection between 2 client using the server ?
or how the server open connection between 2 client ( not between server and client) and leave them talk together alone without intervention of the server ?

thanks
Posted
Updated 21-May-12 7:20am
v2

I would search for chat applications. They are doing something similar. Here is one example: A simple peer to peer chat application using WCF netPeerTcpBinding[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900