MailKit Documentation
MailKit Documentation
API Reference
MimeKit.IO
ChainedStream Class
ChainedStream Methods
Add Method
Dispose Method
Flush Method
FlushAsync Method
Read Method
ReadAsync Method
Seek Method
SetLength Method
Write Method
WriteAsync Method
Chained
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
If all of the child streams support writing, then the current child stream will be flushed.
See Also
Reference
ChainedStream Class
MimeKit.IO Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast