2 types derived from HandlerWrapper
System.Web.Extensions (2)
Script\Services\ScriptHandlerFactory.cs (2)
40internal class HandlerWrapperWithSession : HandlerWrapper, IRequiresSessionState { 45private class AsyncHandlerWrapper : HandlerWrapper, IHttpAsyncHandler {
1 instantiation of HandlerWrapper
System.Web.Extensions (1)
Script\Services\ScriptHandlerFactory.cs (1)
96return new HandlerWrapper(handler, factory);
1 reference to HandlerWrapper
System.Web.Extensions (1)
Script\Services\ScriptHandlerFactory.cs (1)
103((HandlerWrapper)handler).ReleaseHandler();