This documentation is archived and is not being maintained.
Stream Properties
.NET Framework 1.1
The properties of the Stream class are listed here. For a complete list of Stream class members, see the Stream Members topic.
Public Properties
CanRead Supported by the .NET Compact Framework. | When overridden in a derived class, gets a value indicating whether the current stream supports reading. |
CanSeek Supported by the .NET Compact Framework. | When overridden in a derived class, gets a value indicating whether the current stream supports seeking. |
CanWrite Supported by the .NET Compact Framework. | When overridden in a derived class, gets a value indicating whether the current stream supports writing. |
Length Supported by the .NET Compact Framework. | When overridden in a derived class, gets the length in bytes of the stream. |
Position Supported by the .NET Compact Framework. | When overridden in a derived class, gets or sets the position within the current stream. |
See Also
Show:
