Mono Class Library: OverviewSystem.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
[read-only] abstractCanRead bool. Gets a bool value indicating whether the current stream supports reading. [read-only] abstractCanSeek bool. Gets a bool value indicating whether the current stream supports seeking. [read-only] CanTimeout bool. Documentation for this section has not yet been entered. [read-only] abstractCanWrite bool. Gets a bool value indicating whether the current stream supports writing. [read-only] abstractLength long. Gets the length in bytes of the stream. abstractPosition long. Gets or sets the position within the current stream. ReadTimeout int. Documentation for this section has not yet been entered. WriteTimeout int. Documentation for this section has not yet been entered.