How/where to get the Peer channel samples?

We ship a total of 6 samples with the Windows SDK, that are included in the WindowsCommunicationFoundation samples zipped file.

Download locations:

1. RTM Runtime: https://www.microsoft.com/downloads/details.aspx?FamilyId=10CC340B-F857-4A14-83F5-25634C3BF043&displaylang=en

2. RTM Windows SDK: https://www.microsoft.com/downloads/details.aspx?FamilyId=C2B1E300-F358-4523-B479-F53D234CDCCF&displaylang=en

On MSDN:

1. Sample documentation for WCF: https://msdn2.microsoft.com/en-us/library/ms735119.aspx

2. Peer channel sample + documentation on msdn:

The entire list of samples maybe found here: https://msdn2.microsoft.com/en-us/library/ms752266.aspx 

Shortcut links to hte individual samples themselves is as under:

(a) Basic Binding samples - Use the Pnrp resolver mode- https://msdn2.microsoft.com/en-us/library/ms735119.aspx

  b) Scenario sample -

       (i) Chat - Demonstrates Chat using the non-PNRP custom resolver - https://msdn2.microsoft.com/en-us/library/ms751502.aspx

       (ii) Custom Resolver (Advanced users) - Demonstrates how to write your own Custom Resolver service and client (instead of using the Pnrp resolver OR the non-Pnrp default resolver service/client that we ship with already). - https://msdn2.microsoft.com/en-us/library/ms751466.aspx 

Enjoy!

-Shalini.