1 write to encoding
System.ServiceModel.Web (1)
System\ServiceModel\Channels\JavascriptXmlWriterWrapper.cs (1)
21this.encoding = encoding;
3 references to encoding
System.ServiceModel.Web (3)
System\ServiceModel\Channels\JavascriptXmlWriterWrapper.cs (3)
22this.encodedClosingFunctionCall = this.encoding.GetBytes(");"); 96byte[] buffer = this.encoding.GetBytes(String.Format(CultureInfo.InvariantCulture, ",{0}", (int)this.JavascriptResponseMessageProperty.StatusCode)); 155byte[] buffer = this.encoding.GetBytes(String.Format(CultureInfo.InvariantCulture, "{0}(", this.JavascriptResponseMessageProperty.CallbackFunctionName));