1 instantiation of RestHandlerFactory
System.Web.Extensions (1)
Script\Services\ScriptHandlerFactory.cs (1)
65_restHandlerFactory = new RestHandlerFactory();
8 references to RestHandlerFactory
System.Web.Extensions (8)
Handlers\ScriptModule.cs (3)
40if(!ApplicationServiceHelper.AuthenticationServiceEnabled || !RestHandlerFactory.IsRestRequest(context)) { 158else if (RestHandlerFactory.IsRestRequest(context)) { 168if (app.Context.Handler is Page && RestHandlerFactory.IsRestMethodCall(request)) {
Script\Services\ScriptHandlerFactory.cs (1)
73if (RestHandlerFactory.IsRestRequest(context)) {
Script\Services\WebServiceClientProxyGenerator.cs (1)
51bool debug = RestHandlerFactory.IsClientProxyDebugRequest(context.Request.PathInfo);
UI\ScriptManager.cs (1)
591_isRestMethodCall = (Context != null) && RestHandlerFactory.IsRestMethodCall(Context.Request);
UI\ServiceReference.cs (2)
85RestHandlerFactory.ClientDebugProxyRequestPathInfo : 86RestHandlerFactory.ClientProxyRequestPathInfo);