WCF
-
Hi. Is it possible to send and get data via LAN(in my case a WORKGROUP network) for a specific IP with WCF ? if so , how I can do it ? Would appreciate if you guide me ? Thanks in advance. (I'm naive in WCF)
-
Hi. Is it possible to send and get data via LAN(in my case a WORKGROUP network) for a specific IP with WCF ? if so , how I can do it ? Would appreciate if you guide me ? Thanks in advance. (I'm naive in WCF)
have a look here to start A simple peer to peer chat application using WCF netPeerTcpBinding[^] Maybe get that working and then, stream data rather than sending text. I stream large files across the network using wcf, when you set up the binding try looking into setting the transferMode="Streamed" also look at Progress Indication while Uploading/Downloading Files using WCF[^] Hope that has given you something to start on
-
have a look here to start A simple peer to peer chat application using WCF netPeerTcpBinding[^] Maybe get that working and then, stream data rather than sending text. I stream large files across the network using wcf, when you set up the binding try looking into setting the transferMode="Streamed" also look at Progress Indication while Uploading/Downloading Files using WCF[^] Hope that has given you something to start on
So , can we transfer data (like a movie) with WCF ?
-
So , can we transfer data (like a movie) with WCF ?
-
I have just added some more to my previous post. I stream a whole file (pdf in my case), dont know how you would stream a movie real time I am not great at wcf, just trying to help with what i can!!
Thanks, I've got it
-
Thanks, I've got it