Click or drag to resize
MimeKit

BoundStream Properties

The BoundStream type exposes the following members.

Properties
 NameDescription
Public propertyBaseStream Get the underlying stream.
Public propertyCanRead Check whether or not the stream supports reading.
(Overrides StreamCanRead)
Public propertyCanSeek Check whether or not the stream supports seeking.
(Overrides StreamCanSeek)
Public propertyCanTimeout Check whether or not I/O operations can timeout.
(Overrides StreamCanTimeout)
Public propertyCanWrite Check whether or not the stream supports writing.
(Overrides StreamCanWrite)
Public propertyEndBoundary Get the end boundary offset of the underlying stream.
Protected propertyLeaveOpen Check whether or not the underlying stream will remain open after the BoundStream is disposed.
Public propertyLength Get the length of the stream, in bytes.
(Overrides StreamLength)
Public propertyPosition Get or sets the current position within the stream.
(Overrides StreamPosition)
Public propertyReadTimeout Get or sets a value, in milliseconds, that determines how long the stream will attempt to read before timing out.
(Overrides StreamReadTimeout)
Public propertyStartBoundary Get the start boundary offset of the underlying stream.
Public propertyWriteTimeout Get or sets a value, in milliseconds, that determines how long the stream will attempt to write before timing out.
(Overrides StreamWriteTimeout)
Top
See Also