5 references to DownloadFile
PresentationCore (1)
Core\CSharp\MS\Internal\IO\Packaging\PseudoWebRequest.cs (1)
360_method = WebRequestMethods.Ftp.DownloadFile; // ftp default
System (4)
net\System\Net\Cache\FtpRequestCacheValidator.cs (2)
83case WebRequestMethods.Ftp.DownloadFile: RequestMethod = HttpMethod.Get; break; 98if (method != WebRequestMethods.Ftp.DownloadFile)
net\System\Net\FtpWebRequest.cs (2)
113new FtpMethodInfo(WebRequestMethods.Ftp.DownloadFile, 529m_MethodInfo = FtpMethodInfo.GetMethodInfo(WebRequestMethods.Ftp.DownloadFile);