| BoundStreamLeaveOpen Property |
Check whether or not the underlying stream will remain open after
the
BoundStream is disposed.
Namespace: MimeKit.IOAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax protected bool LeaveOpen { get; }
Property Value
Booleantrue if the underlying stream should remain open after the
BoundStream is disposed; otherwise,
false.
Remarks
Checks whether or not the underlying stream will remain open after
the
BoundStream is disposed.
See Also