Click or drag to resize
StreamWrapper Properties

The StreamWrapper type exposes the following members.

Properties
  NameDescription
Public propertyCanSeek
Gets a value indicating whether the current stream supports seeking.
(Overrides Stream.CanSeek.)
Public propertyLength
Gets the length in bytes of the stream.
(Overrides Stream.Length.)
Public propertyPosition
Gets or sets the position within the current stream.
(Overrides Stream.Position.)
Public propertySystemStream
Returns MemoryStream instance from System.IO.
(Overrides Stream.SystemStream.)
Top
See Also