[Mono-list] Does Mono support System.Net.Http.HttpContentExtensions?
andresp
andredasilvapinto at gmail.com
Sat Jul 19 15:06:21 UTC 2014
So assuming that Mono doesn't support that class, I've tried to add it
myself, but I've also found these incompatibilities (running on Xamarin Mono
/ .NET 4.5 target framework):
Error CS0234: The type or namespace name 'Formatting' does not exist in the
namespace 'System.Net.Http' (are you missing an assembly reference?)
(CS0234) (MonoCSharpBug)
and
Error CS0234: The type or namespace name 'Http' does not exist in the
namespace 'System.Web' (are you missing an assembly reference?) (CS0234)
(MonoCSharpBug)
Searching the web it appears that these two namespaces should be supported
by Mono:
http://www.mono-project.com/Release_Notes_Mono_3.0
I've tried to find the package to include in Xamarin but there is no
System.Web.Http or System.Net.Http.Formatting there.
Is this really unsupported too, or am I doing something wrong?
--
View this message in context: http://mono.1490590.n4.nabble.com/Does-Mono-support-System-Net-Http-HttpContentExtensions-tp4663373p4663375.html
Sent from the Mono - General mailing list archive at Nabble.com.
More information about the Mono-list
mailing list