1 write to CallbackFunctionName
System.ServiceModel.Web (1)
System\ServiceModel\Description\WebHttpBehavior.cs (1)
1330CallbackFunctionName = callbackName
12 references to CallbackFunctionName
System.ServiceModel.Web (12)
System\ServiceModel\Channels\JavascriptXmlWriterWrapper.cs (3)
91!String.IsNullOrEmpty(this.JavascriptResponseMessageProperty.CallbackFunctionName)) 153!String.IsNullOrEmpty(this.JavascriptResponseMessageProperty.CallbackFunctionName)) 155byte[] buffer = this.encoding.GetBytes(String.Format(CultureInfo.InvariantCulture, "{0}(", this.JavascriptResponseMessageProperty.CallbackFunctionName));
System\ServiceModel\Channels\JsonMessageEncoderFactory.cs (3)
323&& !String.IsNullOrEmpty(javascriptResponseMessageProperty.CallbackFunctionName)) 329byte[] buffer = this.writeEncoding.GetBytes(String.Format(CultureInfo.InvariantCulture, "{0}(", javascriptResponseMessageProperty.CallbackFunctionName)); 338&& !String.IsNullOrEmpty(javascriptResponseMessageProperty.CallbackFunctionName))
System\ServiceModel\Channels\WebMessageEncoderFactory.cs (6)
271!String.IsNullOrEmpty(javascriptResponseMessageProperty.CallbackFunctionName)) 279!String.IsNullOrEmpty(javascriptResponseMessageProperty.CallbackFunctionName)) 311!String.IsNullOrEmpty(javascriptResponseMessageProperty.CallbackFunctionName)) 320!String.IsNullOrEmpty(javascriptResponseMessageProperty.CallbackFunctionName)) 484!String.IsNullOrEmpty(javascriptResponseMessageProperty.CallbackFunctionName)) 495!String.IsNullOrEmpty(javascriptResponseMessageProperty.CallbackFunctionName))