Click or drag to resize
UnpackingStream Properties

The UnpackingStream type exposes the following members.

Properties
  NameDescription
Public propertyCanRead
Gets a value indicating whether the current stream supports reading.
(Overrides StreamCanRead.)
Public propertyCanTimeout
Gets a value that determines whether the current stream can time out.
(Overrides StreamCanTimeout.)
Public propertyCanWrite
Gets a value indicating whether the current stream supports writing.
(Overrides StreamCanWrite.)
Public propertyLength
Gets the length in bytes of the stream.
(Overrides StreamLength.)
Top
See Also