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)
89
default: RequestMethod = HttpMethod.
Other
; break;
377
if (RequestMethod == HttpMethod.
Other
)
net\System\Net\Cache\HttpRequestCacheValidator.cs (1)
204
default: RequestMethod = HttpMethod.
Other
; break;