Click or drag to resize
InjectableStream Properties

The InjectableStream type exposes the following members.

Properties
  NameDescription
Public propertyCanRead
Gets a value indicating whether we can read.
(Overrides StreamCanRead.)
Public propertyCanSeek
Gets a value indicating whether we can seek.
(Overrides StreamCanSeek.)
Public propertyCanWrite
Gets a value indicating whether we can write.
(Overrides StreamCanWrite.)
Public propertyLength
Gets the length.
(Overrides StreamLength.)
Public propertyPosition
Gets or sets the position.
(Overrides StreamPosition.)
Top
See Also