Click or drag to resize
MimeKit

MemoryBlockStreamLength Property

Get the length of the stream, in bytes.

Namespace: MimeKit.IO
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public override long Length { get; }

Property Value

Int64
The length of the stream, in bytes.
Exceptions
ExceptionCondition
ObjectDisposedException The stream has been disposed.
Remarks
Gets the length of the stream, in bytes.
See Also