1 write to m_ConnectionPool
System (1)
net\System\Net\FtpWebRequest.cs (1)
1074m_ConnectionPool = ConnectionPoolManager.GetConnectionPool(ServicePoint, GetConnectionGroupLine(), m_CreateConnectionCallback);
7 references to m_ConnectionPool
System (7)
net\System\Net\FtpWebRequest.cs (7)
1073if (m_ConnectionPool == null) 1150FtpControlStream connection = (FtpControlStream) m_ConnectionPool.GetConnection((object)this, (m_Async ? m_AsyncCallback : null), (m_Async ? -1: RemainingTimeout)); 1163m_ConnectionPool.PutConnection(connection, this, RemainingTimeout); 1265if (m_ConnectionPool != null && m_Connection != null) { 1268m_ConnectionPool.PutConnection(m_Connection, this, RemainingTimeout); 1457m_ConnectionPool.PutConnection(connection, this, Timeout); 1623m_ConnectionPool.PutConnection(connection, this, RemainingTimeout);