 | ChainedStreamCanSeek Property |
Check whether the stream supports seeking.
Namespace: MimeKit.IOAssembly: MimeKit (in MimeKit.dll) Version: 4.10.0
Syntaxpublic override bool CanSeek { get; }
Property Value
Boolean if the stream supports seeking; otherwise,
.
Remarks
The
ChainedStream only supports seeking if all of its
streams support it.
See Also