Click or drag to resize
MimeKit

BoundStreamCanSeek Property

Check whether the stream supports seeking.

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

Property Value

Boolean
if the stream supports seeking; otherwise, .
Remarks
The BoundStream will only support seeking if the BaseStream supports it.
See Also