5 references to EncodingUtf8NoPreamble
System.Data.Services.Client (5)
parent\Server\System\Data\Services\HttpProcessUtility.cs (1)
43return EncodingUtf8NoPreamble;
System\Data\Services\Client\DataServiceContext.cs (4)
2773XmlWriter writer = XmlUtil.CreateXmlWriterAndWriteProcessingInstruction(stream, HttpProcessUtility.EncodingUtf8NoPreamble); 2905writer = XmlUtil.CreateXmlWriterAndWriteProcessingInstruction(stream, HttpProcessUtility.EncodingUtf8NoPreamble); 3005XmlWriterSettings settings = XmlUtil.CreateXmlWriterSettings(HttpProcessUtility.EncodingUtf8NoPreamble); 4462this.responseBatchStream = new BatchStream(this.httpWebResponseStream, this.batchBoundary, HttpProcessUtility.EncodingUtf8NoPreamble, false);