C# Класс System.Data.Services.Serializers.BatchWriter

Static helper class to write responses for batch requests
Показать файл Открыть проект

Приватные методы

Метод Описание
WriteBoundaryAndHeaders ( StreamWriter writer, IDataServiceHost2 host, string contentId, string boundary ) : void

Write the boundary and header information.

WriteEndBoundary ( StreamWriter writer, string boundary ) : void

Write the end boundary

WriteHeaderValue ( StreamWriter writer, string headerName, object headerValue ) : void

Write the header name and value

WriteStartBatchBoundary ( StreamWriter writer, string batchBoundary, string changesetBoundary ) : void

Writes the start of the changeset response

WriterStartBoundary ( StreamWriter writer, string boundary ) : void

Write the start boundary