4 references to Other
System (4)
net\System\Net\Cache\_Rfc2616CacheValidators.cs (1)
346(ctx.RequestMethod >= HttpMethod.Post && ctx.RequestMethod <= HttpMethod.Delete || ctx.RequestMethod == HttpMethod.Other)
net\System\Net\Cache\FtpRequestCacheValidator.cs (2)
89default: RequestMethod = HttpMethod.Other; break; 377if (RequestMethod == HttpMethod.Other)
net\System\Net\Cache\HttpRequestCacheValidator.cs (1)
204default: RequestMethod = HttpMethod.Other; break;