| MeasuringStreamCanRead 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 See Also