| ChainedStreamCanRead Property |
Check whether or not the stream supports reading.
Namespace: MimeKit.IOAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public override bool CanRead { get; }
Property Value
Booleantrue if the stream supports reading; otherwise,
false.
Remarks
The
ChainedStream only supports reading if all of its
streams support it.
See Also