MailKit Documentation
MailKit Documentation
API Reference
MimeKit.IO
FilteredStream Class
FilteredStream Methods
Flush Method
Flush Method
Flush(CancellationToken) Method
Filtered
Stream
Flush Method
Clear all buffers for this stream and causes any buffered data to be written to the underlying device.
Namespace:
MimeKit.IO
Assembly:
MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
override
void
Flush
()
Exceptions
Exception
Condition
ObjectDisposedException
The stream has been disposed.
NotSupportedException
The stream does not support writing.
IOException
An I/O error occurred.
Remarks
Flushes the state of all filters, writing any output to the underlying
Source
stream and then calling
Flush
on the
Source
.
See Also
Reference
FilteredStream Class
Flush Overload
MimeKit.IO Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast