Hello,

I am still rather new to C#, and I want to know how to make a program that can communicate with another program over LAN.

I've viewed a few tutorials about TCP, but its a little confusing. Do I need just the TcpClient? Or a TcpClient, Server, and Listener?

I want it to be just one program that only sends, and one program that only receives, I don't need a link between them both.


Thanks in advance!

-Dakiato