Dart.Ftp Namespace : BaseStream Class |
For a list of all members of this type, see BaseStream members.
Name | Description | |
---|---|---|
CanRead | Overridden. Gets a value indicating whether the current Stream supports reading. | |
CanSeek | Overridden. Gets a value indicating whether the current Stream supports seeking. | |
CanTimeout | Gets a value that determines whether the current stream can time out. (Inherited from System.IO.Stream) | |
CanWrite | Overridden. Gets a value indicating whether the current Stream supports writing. | |
Length | Overridden. Gets the length in bytes of the stream. | |
Position | Overridden. Gets or sets the current position of this stream. | |
ReadTimeout | Gets or sets a value, in miliseconds, that determines how long the stream will attempt to read before timing out. (Inherited from System.IO.Stream) | |
WriteTimeout | Gets or sets a value, in miliseconds, that determines how long the stream will attempt to write before timing out. (Inherited from System.IO.Stream) |