Hello,so id like to start making a simple Pong game but multiplayer and i
m wondering if System.Net is working cross-platform,PC/Mac/Linux
Yes, you can, but you might have some troubles with Windows 8. I’d recommend going with the new HttpClient in System.Net.Http
. It is a portable class library available here:
You can use PCLs in Xamarin Studio on Windows and OS X, however I haven’t found any solid source on PCL support on Linux.
1 Like