Click here to Skip to main content
15,890,506 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,


How to send ip message one system to another system in windows application using c#.
Posted
Comments
Sergey Alexandrovich Kryukov 29-May-12 23:58pm    
It depends on what are you going to run on that remote system, too. And the question is too wide and pointless. There are no such thing as "just message", it should be some application-level protocol (even though it could be completely custom, but it's still called a protocol), on top of IP or TCP. Not clear what do you want...
--SA

this project is a good sample

Multithreaded Chat Server
 
Share this answer
 
v2
Please see my comment to the question. I'm afraid the question is based on misunderstanding of what networking does in general. As this has to be understood, and the question is too wide and vague, the only wide answers are possible.

Here is just one: look here:
http://net-articles.blogspot.com/2007/01/systemnet-classes-overview.html[^],

http://msdn.microsoft.com/en-us/library/gg145039[^],
http://msdn.microsoft.com/en-us/library/system.net.aspx[^].

—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