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