| BoundStreamBaseStream Property |
Get the underlying stream.
Namespace: MimeKit.IOAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public Stream BaseStream { get; }
Property Value
StreamThe underlying stream.
Remarks
All I/O is performed on the base stream.
See Also