Click or drag to resize
MimeKit

FilteredStreamCanSeek 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
Seeking is not supported by the FilteredStream.
See Also