2 implementations of GetHandler
System.Web (2)
UI\PageHandlerFactory.cs (1)
45IHttpHandler IHttpHandlerFactory2.GetHandler(HttpContext context, String requestType,
UI\SimpleHandlerFactory.cs (1)
36IHttpHandler IHttpHandlerFactory2.GetHandler(HttpContext context, String requestType,
2 references to GetHandler
System.Web (2)
HttpApplication.cs (1)
1389handler = factory2.GetHandler(context, requestType, path, pathTranslated);
UI\SimpleHandlerFactory.cs (1)
32return ((IHttpHandlerFactory2)this).GetHandler(context, requestType,