Click or drag to resize
MimeKit

FilteredStreamCanRead Property

Check whether or not the stream supports reading.

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

Property Value

Boolean
true if the stream supports reading; otherwise, false.
Remarks
The FilteredStream will only support reading if the Source supports it.
See Also