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