I'm trying to develope my first application using Xamarin Studio but so far without success. The reason for that is because i can't Access the HttpUtility class even if i can declare it? each time i try to Access a method of it all i get is "system.net.httputility' is inaccessible due to its protection". I've tried several alternatives but nothing seems to work as i Need some of the Features of that class including "ParseQueryString" and "UrlDecode".
Any way how i can Access that class or probably a proper alternative? for instance the "ParseQueryString" Returns a NameValueCollection which is exactly what i Need.