MailKit Documentation
MailKit Documentation
API Reference
MimeKit.IO
ChainedStream Class
ChainedStream Properties
CanRead Property
CanSeek Property
CanTimeout Property
CanWrite Property
Length Property
Position Property
Chained
Stream
Length Property
Get the length of the stream, in bytes.
Namespace:
MimeKit.IO
Assembly:
MimeKit (in MimeKit.dll) Version: 4.12.0
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.
ObjectDisposedException
The stream has been disposed.
Remarks
The length of a
ChainedStream
is the combined lenths of all of its chained streams.
See Also
Reference
ChainedStream Class
MimeKit.IO Namespace
Copyright © 2013-2025 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast