| MemoryBlockStreamCanSeek Property |
Check whether or not the stream supports seeking.
Namespace: MimeKit.IOAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public override bool CanSeek { get; }
Property Value
Booleantrue if the stream supports seeking; otherwise,
false.
Remarks See Also