I see it listed on the page comparing Mono 4.5 to MS.NET
4.5<http://go-mono.com/status/status.aspx?reference=4.5&profile=4.5&assembly=System.Web>
(expand
HttpApplication and scroll to the bottom).

In the mean time, Mono does have an implementation of
Microsoft.Web.Infrastructure so you can use *
Microsoft.Web.Infrastructure.DynamicModuleHelper.DynamicModuleUtility.RegisterModule
* to dynamically register modules.


On Mon, Aug 5, 2013 at 1:43 PM, Michael Friis <fri...@gmail.com> wrote:

> I can't find this tracked on go-mono.com/status so I just wanted to
> log that System.Web.HttpApplicaiton is missing the RegisterModule()
> method.
>
> MS docs:
> http://msdn.microsoft.com/en-us/library/system.web.httpapplication.registermodule.aspx
>
> Mono source:
> https://github.com/mono/mono/blob/master/mcs/class/System.Web/System.Web/HttpApplication.cs
> _______________________________________________
> Mono-list maillist  -  Mono-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>
_______________________________________________
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to