5 references to IsDownload
System (5)
net\System\Net\FtpWebRequest.cs (5)
79get { return (Flags & (FtpMethodFlags.IsDownload | FtpMethodFlags.IsUpload)) == 0; } 87get { return (Flags & FtpMethodFlags.IsDownload) != 0; } 115FtpMethodFlags.IsDownload 121FtpMethodFlags.IsDownload 128FtpMethodFlags.IsDownload