5 references to Get
System (5)
net\System\Net\Cache\_Rfc2616CacheValidators.cs (2)
463if (ctx.RequestMethod < HttpMethod.Head || ctx.RequestMethod > HttpMethod.Get ) 675ctx.RequestMethod != HttpMethod.Get &&
net\System\Net\Cache\FtpRequestCacheValidator.cs (2)
83case WebRequestMethods.Ftp.DownloadFile: RequestMethod = HttpMethod.Get; break; 92if ((RequestMethod != HttpMethod.Get || !((FtpWebRequest)Request).UseBinary) && Policy.Level == RequestCacheLevel.CacheOnly)
net\System\Net\Cache\HttpRequestCacheValidator.cs (1)
196case "GET" : RequestMethod = HttpMethod.Get; break;