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