Tagged Questions

5
votes
4answers
2k views

Peer to Peer file transfer c#

Hey, I have been looking on google and I cannot seem to find anything about peer to peer transfer. Basically, I want to be able to send a file from my computer to someone else's computer. Does anyone ...
1
vote
1answer
221 views

Questions about controlling WCF PeerChannel connections

I've been studying the PeerChannel in WCF. The docs indicate that a peer will automatically try to get between 3 and 7 connected neighbors. My scenario is a couple of systems on one side of an ...
0
votes
2answers
32 views

Calling PeerGroupCreateInvitation from C#

Function description here. I'm struggling to get it right to call this function from c#. I'm at a stage where I'm calling it but it's returning E_INVALIDARG. I've set it up as follows... ...