Click or drag to resize
MimeKit

MemoryBlockStream Properties

The MemoryBlockStream type exposes the following members.

Properties
 NameDescription
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 reading and writing to the stream can timeout.
(Overrides StreamCanTimeout)
Public propertyCanWrite Check whether or not the stream supports writing.
(Overrides StreamCanWrite)
Public propertyLength Get the length of the stream, in bytes.
(Overrides StreamLength)
Public propertyPosition Get or set the current position within the stream.
(Overrides StreamPosition)
Public propertyReadTimeout
(Inherited from Stream)
Public propertyWriteTimeout
(Inherited from Stream)
Top
See Also