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