WCF Peer Resolver Documentation
Introduction
This is a simple and very easy to use WCF peer 2 peer resolver framework to extend or use as is in your code.
Most of the documentation will be found in the source code but here are the main classes and interfaces.
IPeerResolverContract
This contract describes public resolver functionality and is widly used in this code.
IPeerStorageManager
This contract defines the functionality required from a storage manager. It "inherits" from IPeerResolverContract
CustomPeerResolverProxy
This class is a generic proxy that makes it possible to change the resolver backend.
Resources
IPeerResolverContract :
http://msdn.microsoft.com/en-us/library/system.servicemodel.peerresolvers.ipeerresolvercontract(v=VS.90).aspxlog4net:
http://logging.apache.org/log4net/index.html