I am pretty new to android development and using Xamarin for now.
All looks nice, however as soon I try to use HttpUtility.UrlEncode or HttpWebRequest I need the System.Web.
If I add the System.Web to the references its not being accepted.
Some research gives me the idea that xamarin.android.dll should have the System.Web.dll however I have no idea where to find this one.
Does anybody know how to solve this so HttpUtility and HttpWebRequest will be available in my android project?
Any help would be very appreciated!


