Click or drag to resize
MimeKit

BoundStreamLeaveOpen Property

Check whether or not the underlying stream will remain open after the BoundStream is disposed.

Namespace: MimeKit.IO
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
protected bool LeaveOpen { get; }

Property Value

Boolean
true 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