[Mono-bugs] [Bug 687865] Async methods of HttpWebRequest fail when compiled for the Device

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sat Aug 13 11:35:47 EDT 2011


https://bugzilla.novell.com/show_bug.cgi?id=687865

https://bugzilla.novell.com/show_bug.cgi?id=687865#c25


Sebastien Pouliot <sebastien.pouliot at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|sebastien.pouliot at gmail.com |vargaz at gmail.com

--- Comment #25 from Sebastien Pouliot <sebastien.pouliot at gmail.com> 2011-08-13 15:35:46 UTC ---
well I was wrong, simply calling "state.Callback.GetType ();" instead of the
C.WL does not work :(

otoh adding:

    bool b = (state.Callback is Action<Response>);

makes it work (even if 'b' is unused afterward) and is a bit cleaner, but less
funny, than C.WL ;-)

-> zoltan

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list