4 writes to m_Connection
System (4)
net\System\Net\FtpWebRequest.cs (4)
1167m_Connection = connection; 1269m_Connection = null; 1460m_Connection = connection; 1598m_Connection = null;
27 references to m_Connection
System (27)
net\System\Net\FtpWebRequest.cs (27)
1083FtpControlStream connection = m_Connection; 1168if (Logging.On) Logging.Associate(Logging.Web, this, m_Connection); 1180return m_Connection.SubmitRequest(this, true, true); 1187stream = m_Connection.SubmitRequest(this, false, true); 1225FtpControlStream connection = m_Connection; 1256|| m_Connection==null 1257|| !m_Connection.RecoverableFailure) 1265if (m_ConnectionPool != null && m_Connection != null) { 1266m_Connection.CloseSocket(); 1267if (Logging.On) Logging.PrintInfo(Logging.Web, this, "", SR.GetString(SR.net_log_releasing_connection, ValidationHelper.HashString(m_Connection))); 1268m_ConnectionPool.PutConnection(m_Connection, this, RemainingTimeout); 1289FtpControlStream connection = m_Connection; 1378FtpControlStream connection = m_Connection; 1461if (Logging.On) Logging.Associate(Logging.Web, this, m_Connection); 1494connection = m_Connection; 1585connection = m_Connection; 1702connection = m_Connection; 1917FtpControlStream connection = m_Connection; 2173if (m_Connection != null) 2175m_FtpWebResponse.UpdateStatus(m_Connection.StatusCode, m_Connection.StatusLine, m_Connection.ExitMessage); 2176if (m_Connection.StatusCode == FtpStatusCode.OpeningData && m_FtpWebResponse.ContentLength == 0) 2177m_FtpWebResponse.SetContentLength(m_Connection.ContentLength); 2209if (m_Connection != null) 2210m_Connection.CheckContinuePipeline(); 2220FtpControlStream connection = m_Connection;