Can I send file on one port to more computers at the same time in C#? Like I have code to send by System.Net.Sockets on port 1234and I want to send file to 5 computers. Can I do it at the same time?
feedback
|
|
you can do that if you mean with one port the desitination port... you will need to use see http://msdn.microsoft.com/en-us/library/5h0z48dh.aspx EDIT - as per comment : it doesn't make a difference... you can use | |||||
feedback
|