|
-
August 27th, 2009, 07:17 PM
#1
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
-
August 27th, 2009, 07:32 PM
#2
Re: Communicating with a program over LAN
-
August 29th, 2009, 11:20 AM
#3
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|