3 references to IsRestRequest
System.Web.Extensions (3)
Handlers\ScriptModule.cs (2)
40if(!ApplicationServiceHelper.AuthenticationServiceEnabled || !RestHandlerFactory.IsRestRequest(context)) { 158else if (RestHandlerFactory.IsRestRequest(context)) {
Script\Services\ScriptHandlerFactory.cs (1)
73if (RestHandlerFactory.IsRestRequest(context)) {