Peer to Peer Series Part 7: PeerChannel Basics
|
27,223 views
In Part 7, I introduce the basics of building a WCF PeerChannel application. Using a simple console application, the following steps are shown:
Creating the necessary interfaces Setting up the WCF enviornment Checking online status Sending and receiving messages
While basic, it demonstrates…