See Also: IConnectionReleaseTrigger Members
Interface for releasing a connection.
This can be implemented by various "trigger" objects which are
associated with a connection, for example
a Org.Apache.Http.Conn.EofSensorInputStream
or an Org.Apache.Http.Conn.BasicManagedEntity
or the Org.Apache.Http.Conn.IManagedClientConnection itself.
The methods in this interface can safely be called multiple times.
The first invocation releases the connection, subsequent calls
are ignored.