Ejemplo n.º 1
0
 public void BeginRequest(HttpApplication app)
 {
     ProfilerService.RequestBegin(app);
 }
Ejemplo n.º 2
0
 public void EndRequest(HttpApplication app)
 {
     ProfilerService.RequestEnd(app);
 }
Ejemplo n.º 3
0
 public void Init()
 {
     RouteTable.Routes.Ignore(String.Format("{0}/{{*pathInfo}}", ProfilerService.CommandService.BathPath));
     ProfilerService.Init();
 }