4 references to DownloadFile
System (4)
net\System\Net\_FtpControlStream.cs (1)
564
if (request.CacheProtocol != null && request.CacheProtocol.ProtocolStatus == CacheValidationStatus.DoNotTakeFromCache && request.MethodInfo.Operation == FtpOperation.
DownloadFile
)
net\System\Net\FtpWebRequest.cs (3)
114
FtpOperation.
DownloadFile
,
2068
if (m_MethodInfo.Operation != FtpOperation.
DownloadFile
) {
2133
if (m_MethodInfo.Operation != FtpOperation.
DownloadFile
)