I'm trying to write a small chat over TCP/IP in dot42 using c#. The problem is the "Net.Sockets" is missing !! It's odd because it's part of the System in C#.
using System;
using Android.App;
using Android.Os;
using Android.Widget;
using Dot42;
using Dot42.Manifest;
using System.Net;
using System.Net.Sockets; // it is not recognized !