Click here to Skip to main content
16,021,459 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

The client machine send one message to server through ip address and port with socket
server technology. The server get message from client..

I want to reply to same client machine request.. how to create this program
using #net

plz help me
Posted

1 solution

This case does not look complicated. You can use networking on different levels from raw sockets to "classical" .NET remoting or WCF. I provided short overview in my past answers:
how i can send byte[] to other pc[^],
Communication b/w two Windows applications on LAN.[^].

—SA
 
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