Public Properties

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

See Also