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