Castle.MicroKernel.Lifestyle.Tests.HttpModuleRunner.InitInternal C# (CSharp) Method

InitInternal() private static method

private static InitInternal ( System.Web.HttpApplication app, HttpContext ctx ) : void
app System.Web.HttpApplication
ctx System.Web.HttpContext
return void
        private static void InitInternal(HttpApplication app, HttpContext ctx) {
            initInternalMethod.Invoke(app, new object[] { ctx, null, null });
        }