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