1 write to callbackParameterName
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\DataContractJsonSerializerOperationFormatter.cs (1)
78this.callbackParameterName = callbackParameterName;
3 references to callbackParameterName
System.ServiceModel.Web (3)
System\ServiceModel\Dispatcher\DataContractJsonSerializerOperationFormatter.cs (3)
255bool isJsonp = WebHttpBehavior.TrySetupJavascriptCallback(callbackParameterName) != null; 579bool useAspNetJsonWrapper = WebHttpBehavior.TrySetupJavascriptCallback(callbackParameterName) == null && useAspNetAjaxJson; 663if (WebHttpBehavior.TrySetupJavascriptCallback(callbackParameterName) != null)