Name | Description | |
---|---|---|
![]() | CanRead | Overridden. Gets a value indicating whether data can be read from the TdStream. |
![]() | CanSeek | Overridden. Gets a value indicating whether the TdStream object 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 TdStream object supports writing. |
![]() | Length | Overridden. Gets the size of the TdStream (BLOB) in bytes. |
![]() | Position | Overridden. Gets the current position within the TdStream object. |
![]() | 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) |