7 references to Head
System (7)
net\System\Net\Cache\_Rfc2616CacheValidators.cs (5)
357
if (resp.StatusCode == HttpStatusCode.NotModified || ctx.RequestMethod == HttpMethod.
Head
)
463
if (ctx.RequestMethod < HttpMethod.
Head
|| ctx.RequestMethod > HttpMethod.Get )
674
if (ctx.RequestMethod != HttpMethod.
Head
&&
688
if (ctx.RequestMethod == HttpMethod.
Head
) {
1051
if (ctx.RequestMethod == HttpMethod.
Head
) {
net\System\Net\Cache\HttpRequestCacheValidator.cs (2)
198
case "HEAD": RequestMethod = HttpMethod.
Head
; break;
268
if (RequestMethod == HttpMethod.
Head
)