9 references to HttpContentType
System.Data.Services (9)
parent\Client\System\Data\Services\Client\BatchStream.cs (7)
547
if (this.contentHeaders.TryGetValue(XmlConstants.
HttpContentType
, out contentType))
557
XmlConstants.
HttpContentType
,
585
XmlConstants.
HttpContentType
,
597
throw Error.BatchStreamInvalidNumberOfHeadersAtChangeSetStart(XmlConstants.
HttpContentType
, XmlConstants.HttpContentLength);
603
XmlConstants.
HttpContentType
,
611
throw Error.BatchStreamMissingContentTypeHeader(XmlConstants.
HttpContentType
);
622
this.contentHeaders.TryGetValue(XmlConstants.
HttpContentType
, out contentType);
System\Data\Services\Serializers\BatchWriter.cs (2)
39
XmlConstants.
HttpContentType
,
59
WriteHeaderValue(writer, XmlConstants.
HttpContentType
, XmlConstants.MimeApplicationHttp);