I'm writing an app which communicates with an embedded linux server via tcp sockets. And I'm looking for a way to write common client code targeting iOS
and Android
devices using Xamarin C#
.
I wanted to know if the TcpClient
class (System.Net.Sockets
) can be used in a pcl targeting iOS
and Android
. If not, what other options do I have?