Hi, > > I have discovered that the Mono implementation of WebClient doesn't behave > as described in this MSDN article: > > https://msdn.microsoft.com/en-us/magazine/gg598924.aspx > > Specifically all Async methods don't capure the current > SynchronizationContext to later run the event handlers on it. > > I can probably provide some patches but I don't know if there are plans to > replace that code with the one MS open sourced. >
The code was replaced. Mono 4.0 and anything newer will have same code as .net. Marek
_______________________________________________ Mono-devel-list mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-devel-list
