예제 #1
0
        private PageInstrumentationServiceAdapter GetInstrumentationServiceUncached(
            HttpContextBase context
            )
        {
            HttpContextAdapter ctx = new HttpContextAdapter(context);

            return(ctx.PageInstrumentation);
        }
 private PageInstrumentationServiceAdapter GetInstrumentationService(HttpContextBase context)
 {
     HttpContextAdapter ctx = new HttpContextAdapter(context);
     return ctx.PageInstrumentation;
 }