See Also: EofSensorInputStream Members
A stream wrapper that triggers actions on EofSensorInputStream.close() and EOF. Primarily used to auto-release an underlying Org.Apache.Http.Conn.IManagedClientConnection when the response body is consumed or no longer needed.
This class is based on AutoCloseInputStream in HttpClient 3.1, but has notable differences. It does not allow mark/reset, distinguishes different kinds of event, and does not always close the underlying stream on EOF. That decision is left to the Org.Apache.Http.Conn.IEofSensorWatcher.