Click or drag to resize
MimeKit

BoundStreamBaseStream Property

Get the underlying stream.

Namespace: MimeKit.IO
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public Stream BaseStream { get; }

Property Value

Stream
The underlying stream.
Remarks
All I/O is performed on the base stream.
See Also