4 references to ContentLocation
System (4)
net\System\Net\_HeaderInfoTable.cs (1)
110new HeaderInfo(HttpKnownHeaderNames.ContentLocation, false, false, false, SingleParser),
net\System\Net\Cache\_Rfc2616CacheValidators.cs (2)
1185((location=cc[HttpKnownHeaderNames.ContentLocation]) != null && location != ctx.CacheHeaders[HttpKnownHeaderNames.ContentLocation]) ||
net\System\Net\HttpWebResponse.cs (1)
529string contentLocation = m_HttpResponseHeaders[HttpKnownHeaderNames.ContentLocation];