Click here to Skip to main content
15,890,690 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i cant find it, i want it in Windows Forms Application, and a basic send receive between client and server...
can you show me how to make a server and let a client connect and send messages?
Posted
Comments
DamithSL 1-Dec-14 8:02am    
have you read about Sockets[^]? if you learn it correctly you will not ask this question. may be most of the sockets examples written for console applications but application type only matters how the inputs and outputs handled
BillWoodruff 1-Dec-14 8:02am    
MSDN has a three part series with downloadable code you might find useful; start here:

https://code.msdn.microsoft.com/windowsapps/TCP-IP-Server-Client-0964d476/view/Discussions

1 solution

Check out below code project article. This might help you.
A TCP/IP Server written in C#[^]
 
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