2 writes to m_MethodInfo
System (2)
net\System\Net\FtpWebRequest.cs (2)
297m_MethodInfo = FtpMethodInfo.GetMethodInfo(value); 529m_MethodInfo = FtpMethodInfo.GetMethodInfo(WebRequestMethods.Ftp.DownloadFile);
17 references to m_MethodInfo
System (17)
net\System\Net\FtpWebRequest.cs (17)
249return m_MethodInfo; 287return m_MethodInfo.Method; 556if(Logging.On)Logging.PrintInfo(Logging.Web, this, "GetResponse", SR.GetString(SR.net_log_method_equal, m_MethodInfo.Method)); 654if (m_MethodInfo.IsUpload) 715if(Logging.On)Logging.PrintInfo(Logging.Web, this, "BeginGetResponse", SR.GetString(SR.net_log_method_equal, m_MethodInfo.Method)); 882if(Logging.On)Logging.PrintInfo(Logging.Web, this, "GetRequestStream", SR.GetString(SR.net_log_method_equal, m_MethodInfo.Method)); 894if (!m_MethodInfo.IsUpload) { 953if(Logging.On)Logging.PrintInfo(Logging.Web, this, "BeginGetRequestStream", SR.GetString(SR.net_log_method_equal, m_MethodInfo.Method)); 963if (!m_MethodInfo.IsUpload) { 1393if (m_MethodInfo.IsUpload) 1592this.m_MethodInfo.IsDownload && 1640if (m_MethodInfo.IsUpload && !m_GetRequestStreamStarted) 1907if (m_MethodInfo.IsUpload) { 1961if (!m_MethodInfo.HasHttpCommand) 1969m_HttpWebRequest.Method = m_MethodInfo.HttpCommand; 2068if (m_MethodInfo.Operation != FtpOperation.DownloadFile) { 2133if (m_MethodInfo.Operation != FtpOperation.DownloadFile)