2 references to ContentHeaders
System.Data.Services (2)
System\Data\Services\BatchServiceHost.cs (1)
93foreach (KeyValuePair<string, string> header in batchStream.ContentHeaders)
System\Data\Services\DataService.cs (1)
2626if (batchStream.ContentHeaders.TryGetValue(XmlConstants.HttpContentID, out contentIdValue) && !String.IsNullOrEmpty(contentIdValue))