Mono Class Library: Overview

System.IO.Stream: Property Members

The properties of System.IO.Stream are listed below. For a list of all members, see the Stream Members list.

See Also: Inherited members from System.MarshalByRefObject

Public Properties

[read-only]
abstract
CanReadbool. Gets a bool value indicating whether the current stream supports reading.
[read-only]
abstract
CanSeekbool. Gets a bool value indicating whether the current stream supports seeking.
[read-only]
CanTimeoutbool. Documentation for this section has not yet been entered.
[read-only]
abstract
CanWritebool. Gets a bool value indicating whether the current stream supports writing.
[read-only]
abstract
Lengthlong. Gets the length in bytes of the stream.
abstract
Positionlong. Gets or sets the position within the current stream.
ReadTimeoutint. Documentation for this section has not yet been entered.
WriteTimeoutint. Documentation for this section has not yet been entered.