Reply to specific socket client.
Posted
by David
on Stack Overflow
See other posts from Stack Overflow
or by David
Published on 2009-09-25T07:37:31Z
Indexed on
2010/05/24
2:00 UTC
Read the original article
Hit count: 274
hi, I am using C#. I have one socket server in PC A and three socket clients in PC B,PC C,and PC D.When PC A receives data, I want to send this data to either PC B or PC C or PC D. I mean i don't want to send this data to all PC.I just want to send the PC i need to send. Now, when server receives data from one client PC, it sends back to all clients PC. Thank you.
© Stack Overflow or respective owner