Communicating with a program over LAN
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
Re: Communicating with a program over LAN
Re: Communicating with a program over LAN
Not sure if its too late but I'd use WCF technology with this project. Much easier than designing a socket based solution I can assure you of that.