| |
Name |
Description |
|
CanRead
|
Overridden. Whether reading from this stream is possible (always returns true) |
|
CanSeek
|
Overridden. Whether seeking in this stream is possible (always returns false) |
|
CanTimeout |
Gets a value that determines whether the current stream can time out. (inherited from Stream) |
|
CanWrite
|
Overridden. Whether writing to this stream is possible (always returns true) |
|
DTR
|
Change Data Terminal Ready line. |
|
Length
|
Overridden. Length of this stream (always throws a NotSupportedException) |
|
Position
|
Overridden. Current position in the stream (always throws a NotSupportedException) |
|
ReadTimeout |
Gets or sets a value that determines how long the stream will attempt to read before timing out. (inherited from Stream) |
|
RTS
|
Change Ready to Send line. |
|
WriteTimeout |
Gets or sets a value that determines how long the stream will attempt to write before timing out. (inherited from Stream) |