Transfering data to another computer in C# -
Well, I have a C # form application, and I think the best way to move a string of data from the application Looking at, on another computer, on a different network, can be opened by a separate C # application, does anyone know the best way to do this?
Or if you & lt; = .NET 2.0, and you can not use standalump (TCP / IP) just like any firewall issues etc. You open a listening socket on the destination machine, and then you connect it to your sending machine , Send their data and disconnect them.
Obviously, if you are going to do more activities, then you manage the problems of disconnection, invalid data, loss of the network, etc. But basically send something, get it, TCP
Comments
Post a Comment