Click or drag to resize
MimeKit

ChainedStreamCanRead Property

Check whether the stream supports reading.

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

Property Value

Boolean
if the stream supports reading; otherwise, .
Remarks
The ChainedStream only supports reading if all of its streams support it.
See Also