Click or drag to resize
MimeKit

HtmlWriterFlush Method

Flush any remaining state to the output stream.

Namespace: MimeKit.Text
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public void Flush()
Exceptions
ExceptionCondition
ObjectDisposedException The HtmlWriter has been disposed.
Remarks
Flushes any remaining state to the output stream.
See Also