Org.Apache.Http.Conn.EofSensorInputStream Members

The members of Org.Apache.Http.Conn.EofSensorInputStream are listed below.

See Also: Inherited members from Java.IO.InputStream

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Protected Properties

[read-only]
IsReadAllowedbool. Checks whether the underlying stream can be read from.
[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
WrappedStreamSystem.IO.Stream. The wrapped input stream, while accessible.

Public Methods

AbortConnection()
Aborts this stream.
override
Read() : int
Reads a single byte from this stream and returns it as an integer in the range from 0 to 255.
ReleaseConnection()
Same as EofSensorInputStream.close().

Protected Methods

CheckAbort()
Detects stream abort and notifies the watcher.
CheckClose()
Detects stream close and notifies the watcher.
CheckEOF(int)
Detects EOF and notifies the watcher.