| BoundStreamDispose(Boolean) Method |
Release the unmanaged resources used by the
BoundStream and
optionally releases the managed resources.
Namespace: MimeKit.IOAssembly: MimeKit (in MimeKit.dll) Version: 4.10.0
Syntax protected override void Dispose(
bool disposing
)
Parameters
- disposing Boolean
- to release both managed and unmanaged resources;
to release only the unmanaged resources.
Remarks See Also