Click or drag to resize
MimeKit

MemoryBlockStream Constructor

Initialize a new instance of the MemoryBlockStream class.

Namespace: MimeKit.IO
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public MemoryBlockStream()
Remarks
Creates a new MemoryBlockStream with an initial memory block of 2048 bytes.
See Also