Click or drag to resize
MimeKit

ChainedStreamCanSeek Property

Check whether or not the stream supports seeking.

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

Property Value

Boolean
true if the stream supports seeking; otherwise, false.
Remarks
The ChainedStream only supports seeking if all of its streams support it.
See Also