Click or drag to resize
MimeKit

FilteredStreamLength 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
NotSupportedException The stream does not support seeking.
Remarks
Getting the length of a FilteredStream is not supported.
See Also