.NET remoting: inter-client communication
C#
1
Posts
1
Posters
0
Views
1
Watching
-
This is a question actually: if you want to connect more clients to a server using .NET remote, and you want them to interchange message using the server, how would u do that? i already know how to send messages to the server using remote objects, but i don't know in what way will the server know from which client(ip address) it got the message, and how to send the message to a specific client... that's what i mean by inter-client communication.