13 instantiations of FtpMethodInfo
System (13)
net\System\Net\FtpWebRequest.cs (13)
113new FtpMethodInfo(WebRequestMethods.Ftp.DownloadFile, 119new FtpMethodInfo(WebRequestMethods.Ftp.ListDirectory, 126new FtpMethodInfo(WebRequestMethods.Ftp.ListDirectoryDetails, 133new FtpMethodInfo(WebRequestMethods.Ftp.UploadFile, 138new FtpMethodInfo(WebRequestMethods.Ftp.UploadFileWithUniqueName, 145new FtpMethodInfo(WebRequestMethods.Ftp.AppendFile, 150new FtpMethodInfo(WebRequestMethods.Ftp.DeleteFile, 154new FtpMethodInfo(WebRequestMethods.Ftp.GetDateTimestamp, 158new FtpMethodInfo(WebRequestMethods.Ftp.GetFileSize, 162new FtpMethodInfo(WebRequestMethods.Ftp.Rename, 166new FtpMethodInfo(WebRequestMethods.Ftp.MakeDirectory, 171new FtpMethodInfo(WebRequestMethods.Ftp.RemoveDirectory, 176new FtpMethodInfo(WebRequestMethods.Ftp.PrintWorkingDirectory,
7 references to FtpMethodInfo
System (7)
net\System\Net\FtpWebRequest.cs (7)
102internal static FtpMethodInfo GetMethodInfo(string method) { 104foreach (FtpMethodInfo methodInfo in KnownMethodInfo) 111static readonly FtpMethodInfo[] KnownMethodInfo = 192private FtpMethodInfo m_MethodInfo; 247internal FtpMethodInfo MethodInfo { 297m_MethodInfo = FtpMethodInfo.GetMethodInfo(value); 529m_MethodInfo = FtpMethodInfo.GetMethodInfo(WebRequestMethods.Ftp.DownloadFile);