I'm trying to use the HttpWebRequest class to send a request to my server to retrieve some data, but the .ContentLength propertly isnt available to me, though in any other C# app (Winforms, Console) it is...
I've looked for so many answers and I just cannot find something that works
The project: Xamarin.Forms (Portable Class Library) for multi platforms
Full error:
Severity Code Description Project File Line Suppression State Error CS1061 'HttpWebRequest' does not contain a definition for 'ContentLength' and no extension method 'ContentLength' accepting a first argument of type 'HttpWebRequest' could be found (are you missing a using directive or an assembly reference?)