Click or drag to resize
Accord.NET (logo)

TimeoutStream Properties

The TimeoutStream type exposes the following members.

Properties
  NameDescription
Public propertyBaseStream
Stream wrapped by TimeoutStream wrapper
Public propertyCanRead
Pass-through property
(Overrides StreamCanRead.)
Public propertyCanSeek
(Overrides StreamCanSeek.)
Public propertyCanTimeout
Pass-through property
(Overrides StreamCanTimeout.)
Public propertyCanWrite
Pass-through property
(Overrides StreamCanWrite.)
Public propertyLength
Pass-through property
(Overrides StreamLength.)
Public propertyPosition
Pass-through property
(Overrides StreamPosition.)
Public propertyReadTimeout
Value of TimeoutStream's read timeout
(Overrides StreamReadTimeout.)
Public propertyWriteTimeout
Value of TimeoutStream's write timeout
(Overrides StreamWriteTimeout.)
Top
See Also