3 writes to connectionPool
System (3)
net\System\Net\mail\smtpconnection.cs (3)
170
connectionPool
= ConnectionPoolManager.GetConnectionPool(servicePoint, ClientCertificates.GetHashCode().ToString(NumberFormatInfo.InvariantInfo), m_CreateConnectionCallback);
172
connectionPool
= ConnectionPoolManager.GetConnectionPool(servicePoint, "", m_CreateConnectionCallback);
324
connectionPool
= ConnectionPoolManager.GetConnectionPool(servicePoint, "", m_CreateConnectionCallback);
11 references to connectionPool
System (11)
net\System\Net\mail\smtpconnection.cs (11)
212
connectionPool
.PutConnection(pooledStream, pooledStream.Owner, Timeout);
238
connectionPool
.PutConnection(pooledStream, pooledStream.Owner, Timeout, false);
326
PooledStream pooledStream =
connectionPool
.GetConnection((object)this, null, Timeout);
332
connectionPool
.PutConnection(pooledStream, pooledStream.Owner, Timeout, false);
333
pooledStream =
connectionPool
.GetConnection((object)this, null, Timeout);
615
ConnectAndHandshakeAsyncResult.connection.
connectionPool
.PutConnection(pooledStream,
617
pooledStream = (SmtpPooledStream)ConnectAndHandshakeAsyncResult.connection.
connectionPool
.GetConnection((object)ConnectAndHandshakeAsyncResult, ConnectAndHandshakeAsyncResult.m_ConnectionCreatedCallback, ConnectAndHandshakeAsyncResult.connection.Timeout);
632
ConnectAndHandshakeAsyncResult.connection.
connectionPool
.PutConnection(pooledStream, pooledStream.Owner, ConnectAndHandshakeAsyncResult.connection.Timeout, false);
669
SmtpPooledStream pooledStream = (SmtpPooledStream)connection.
connectionPool
.GetConnection((object)this, (synchronous ? null : m_ConnectionCreatedCallback), connection.Timeout);
677
connection.
connectionPool
.PutConnection(pooledStream, pooledStream.Owner, connection.Timeout, false);
678
pooledStream = (SmtpPooledStream)connection.
connectionPool
.GetConnection((object)this, (synchronous ? null : m_ConnectionCreatedCallback), connection.Timeout);