Thanks for the URL. I can use service locator to build my HttpModules and then call Init on them to hook their methods into the pipeline. However, this doesn't add them to HttpModules collection (which Microsoft uses in W.I.F.)
Looked at DynamicModuleUtility.RegisterModule() but it only takes in a type (not an instance as was constructed via windsor service locator) On Thursday, September 4, 2014 11:45:20 AM UTC-5, Mauricio Scheffer wrote: > > Have you seen > http://bugsquash.blogspot.com/2009/11/windsor-managed-httpmodules.html ? > > > > -- > Mauricio > > > On Thu, Sep 4, 2014 at 1:08 PM, Scott_M <[email protected] > <javascript:>> wrote: > >> Using Windsor, Is there a good way to inject dependencies on a custom >> IHttpModule implementation? Can constructor injection be used or must you >> use property injection? >> >> >> scott >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Castle Project Users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> Visit this group at http://groups.google.com/group/castle-project-users. >> For more options, visit https://groups.google.com/d/optout. >> > > -- You received this message because you are subscribed to the Google Groups "Castle Project Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/castle-project-users. For more options, visit https://groups.google.com/d/optout.
