MailKit Documentation
MailKit Documentation
API Reference
MimeKit.IO
MemoryBlockStream Class
MemoryBlockStream Methods
Dispose Method
Flush Method
FlushAsync Method
Read Method
ReadAsync Method
Seek Method
SetLength Method
ToArray Method
Write Method
WriteAsync Method
Memory
Block
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.
Remarks
This method does not do anything.
See Also
Reference
MemoryBlockStream Class
MimeKit.IO Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast