Click or drag to resize
MimeKit

BoundStreamDispose(Boolean) Method

Release the unmanaged resources used by the BoundStream and optionally releases the managed resources.

Namespace: MimeKit.IO
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
protected override void Dispose(
	bool disposing
)

Parameters

disposing  Boolean
true to release both managed and unmanaged resources; false to release only the unmanaged resources.
Remarks
If the LeaveOpen property is false, then the BaseStream is also disposed.
See Also