I'm using WCF to let multiple peers connect to each other using the NetPeerTcpBinding.
Is there a way to contact a single peer in this mesh?
Preferably I would like to contact this peer transparently, so that the receiver simply continues to listen to the channel it always has, while the sender jumps through some hoops to deliver the message to the receiver only.