2 implementations of IHttpHandlerFactory2
System.Web (2)
UI\PageHandlerFactory.cs (1)
27public class PageHandlerFactory : IHttpHandlerFactory2 {
UI\SimpleHandlerFactory.cs (1)
22internal class SimpleHandlerFactory : IHttpHandlerFactory2 {
5 references to IHttpHandlerFactory2
System.Web (5)
HttpApplication.cs (2)
1386IHttpHandlerFactory2 factory2 = factory as IHttpHandlerFactory2;
UI\PageHandlerFactory.cs (1)
45IHttpHandler IHttpHandlerFactory2.GetHandler(HttpContext context, String requestType,
UI\SimpleHandlerFactory.cs (2)
32return ((IHttpHandlerFactory2)this).GetHandler(context, requestType, 36IHttpHandler IHttpHandlerFactory2.GetHandler(HttpContext context, String requestType,