[MonoTouch] HttpWebRequest behavior differ from "pure" .NET
Sebastien Pouliot
sebastien at xamarin.com
Tue Oct 18 08:07:50 EDT 2011
Hello Alex,
If you get the same behavior with mono on the mac then it's likely the
easiest case to debug.
Fill a bug report, like Nic suggested, and also include the following:
mono --trace=E:all yourapp.exe
That will show all exceptions being thrown while your application is
executed by mono. That will give us more hints about what can be the
issue.
Regards,
Sebastien
On Tue, Oct 18, 2011 at 6:43 AM, thecoachfr <alexandre.fau at gmail.com> wrote:
> Hi,
>
> >From mono on mac the behavior is the same than from monotouch i.e. can't
> have the expected answer from the website.
>
> @lex
>
> --
> View this message in context: http://monotouch.2284126.n4.nabble.com/HttpWebRequest-behavior-differ-from-pure-NET-tp3906260p3914859.html
> Sent from the MonoTouch mailing list archive at Nabble.com.
> _______________________________________________
> MonoTouch mailing list
> MonoTouch at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monotouch
>
More information about the MonoTouch
mailing list