i making a game app, but i dont know how to send data to another computer, using a home network and the internet.
thanks..
Luis Ed
i making a game app, but i dont know how to send data to another computer, using a home network and the internet.
thanks..
Luis Ed
Send data to a Network
korenwolf
Look in the System.Net namespace
http://msdn2.microsoft.com/system.net.aspx
Depending on what kind of game you want web services may be useful or if you need more speed and control you will need to go down to a lower level and use sockets.
http://msdn2.microsoft.com/system.net.sockets.aspx