0

I have a chat program written in C# using Peer channel technology but I want to extend the program to be able to send and receive files Peer to peer

how can i do this?

I use DefaultCustomResolver.exe and instance.exe . every user open instance.exe

Tnx

1 Answers1

0

Expose a method that takes a file path as an arguement and returns the file as a stream. See here for a file server project in wcf. Although it doesn't take a p2p approach, i think it will be useful.

ldgorman
  • 1,553
  • 1
  • 14
  • 39