2 references to HttpContentID
System.Data.Services (2)
System\Data\Services\DataService.cs (1)
2626
if (batchStream.ContentHeaders.TryGetValue(XmlConstants.
HttpContentID
, out contentIdValue) && !String.IsNullOrEmpty(contentIdValue))
System\Data\Services\Serializers\BatchWriter.cs (1)
69
WriteHeaderValue(writer, XmlConstants.
HttpContentID
, contentId);