8 references to PutConnection
System (8)
net\System\Net\connectionpool.cs (3)
200
PutConnection
(PooledStream, asyncState.OwningObject, asyncState.CreationTimeout, false);
644
PutConnection
(stream,owningObject,creationTimeout, false);
664
PutConnection
(pooledStream, owningObject, creationTimeout, true);
net\System\Net\mail\smtpconnection.cs (5)
238
connectionPool.
PutConnection
(pooledStream, pooledStream.Owner, Timeout, false);
332
connectionPool.
PutConnection
(pooledStream, pooledStream.Owner, Timeout, false);
615
ConnectAndHandshakeAsyncResult.connection.connectionPool.
PutConnection
(pooledStream,
632
ConnectAndHandshakeAsyncResult.connection.connectionPool.
PutConnection
(pooledStream, pooledStream.Owner, ConnectAndHandshakeAsyncResult.connection.Timeout, false);
677
connection.connectionPool.
PutConnection
(pooledStream, pooledStream.Owner, connection.Timeout, false);