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)
40
if(!ApplicationServiceHelper.AuthenticationServiceEnabled || !
RestHandlerFactory
.IsRestRequest(context)) {
158
else if (
RestHandlerFactory
.IsRestRequest(context)) {
168
if (app.Context.Handler is Page &&
RestHandlerFactory
.IsRestMethodCall(request)) {
Script\Services\ScriptHandlerFactory.cs (1)
73
if (
RestHandlerFactory
.IsRestRequest(context)) {
Script\Services\WebServiceClientProxyGenerator.cs (1)
51
bool debug =
RestHandlerFactory
.IsClientProxyDebugRequest(context.Request.PathInfo);
UI\ScriptManager.cs (1)
591
_isRestMethodCall = (Context != null) &&
RestHandlerFactory
.IsRestMethodCall(Context.Request);
UI\ServiceReference.cs (2)
85
RestHandlerFactory
.ClientDebugProxyRequestPathInfo :
86
RestHandlerFactory
.ClientProxyRequestPathInfo);