MailKit Documentation
MailKit Documentation
API Reference
MimeKit.IO
FilteredStream Class
FilteredStream Properties
CanRead Property
CanSeek Property
CanTimeout Property
CanWrite Property
Length Property
Position Property
ReadTimeout Property
Source Property
WriteTimeout Property
Filtered
Stream
Length Property
Get the length of the stream, in bytes.
Namespace:
MimeKit.IO
Assembly:
MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
override
long
Length
{
get
; }
Property Value
Int64
The length of the stream in bytes.
Exceptions
Exception
Condition
NotSupportedException
The stream does not support seeking.
Remarks
Getting the length of a
FilteredStream
is not supported.
See Also
Reference
FilteredStream Class
MimeKit.IO Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast