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