net.p2p

wcf net.p2p:// - does this work over the internet?

Does the net.p2p protocol allow peers to connect over the Internet (through NAT, Firewall, etc). I understand that PNRP addresses this (thats fine if your using ipV6) but can this also be done when using a custom resolver? ie: when a peer registers in the cloud, does it just get back net.p2p://mypcName/endPoint or does the resolver/PNR...

Does WCF supports Peer-to-peer implementation?

I'm trying to implement peer-to-peer messaging and file sharing utility within LAN, So does WCF supports p2p? Does any one tried file sharing trough WCF? ...