3 writes to JavascriptResponseMessageProperty
System.ServiceModel.Web (3)
System\ServiceModel\Channels\JsonMessageEncoderFactory.cs (3)
561
JavascriptResponseMessageProperty
= javascriptResponseMessageProperty
566
this.javascriptWrapper.
JavascriptResponseMessageProperty
= javascriptResponseMessageProperty;
589
this.javascriptWrapper.
JavascriptResponseMessageProperty
= null;
9 references to JavascriptResponseMessageProperty
System.ServiceModel.Web (9)
System\ServiceModel\Channels\JavascriptXmlWriterWrapper.cs (8)
90
if (this.
JavascriptResponseMessageProperty
!= null &&
91
!String.IsNullOrEmpty(this.
JavascriptResponseMessageProperty
.CallbackFunctionName))
94
if (this.
JavascriptResponseMessageProperty
.StatusCode != null && (int)this.
JavascriptResponseMessageProperty
.StatusCode != 200)
96
byte[] buffer = this.encoding.GetBytes(String.Format(CultureInfo.InvariantCulture, ",{0}", (int)this.
JavascriptResponseMessageProperty
.StatusCode));
152
if (this.
JavascriptResponseMessageProperty
!= null &&
153
!String.IsNullOrEmpty(this.
JavascriptResponseMessageProperty
.CallbackFunctionName))
155
byte[] buffer = this.encoding.GetBytes(String.Format(CultureInfo.InvariantCulture, "{0}(", this.
JavascriptResponseMessageProperty
.CallbackFunctionName));
System\ServiceModel\Channels\JsonMessageEncoderFactory.cs (1)
614
if (this.javascriptWrapper != null && this.javascriptWrapper.
JavascriptResponseMessageProperty
!= null)