[Mono-list] Does Mono support asynchronous Web Services and sessions?

Miguel de Icaza miguel at novell.com
Thu Apr 24 18:15:17 EDT 2008


> Page Web Services (http://www.mono-project.com/Web_Services) don't have 
> example for asynchronous Web Services and page WCF 

On .NET you can turn every sync invocation into an async one, check the
documentation for "asynchronous delegates".

> (http://www.mono-project.com/WCF) has:

WCF at this point is not supported


More information about the Mono-list mailing list