xamarin / mac-samples

Sample programs showing how to use Xamarin.Mac on OSX.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rework HttpWebRequest to not use MOBILE only API

chamons opened this issue · comments

As found here:

the HttpWebRequest sample does not compile with Full.

This is due to this API being non-public:

-https://github.com/mono/mono/blob/master/mcs/class/System/System.Net/HttpWebRequest.cs#L153

We should update the sample if possible to use another API.