MailKit Documentation
MailKit Documentation
API Reference
MimeKit.IO
BoundStream Class
BoundStream Methods
Dispose Method
Flush Method
FlushAsync Method
Read Method
ReadAsync Method
Seek Method
SetLength Method
Write Method
WriteAsync Method
Bound
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
BaseStream
.
See Also
Reference
BoundStream Class
MimeKit.IO Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast