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)
83
case WebRequestMethods.Ftp.
DownloadFile
: RequestMethod = HttpMethod.Get; break;
98
if (method != WebRequestMethods.Ftp.
DownloadFile
)
net\System\Net\FtpWebRequest.cs (2)
113
new FtpMethodInfo(WebRequestMethods.Ftp.
DownloadFile
,
529
m_MethodInfo = FtpMethodInfo.GetMethodInfo(WebRequestMethods.Ftp.
DownloadFile
);