• Webinars
  • Docs
  • Download
  • Blogs
  • Contact Us
Try Free
Show / Hide Table of Contents

Property CanRead

CanRead

Gets a value indicating whether the current stream supports reading.

Declaration
public override bool CanRead { get; }
Property Value
Type Description
System.Boolean
Overrides
System.IO.Stream.CanRead
Remarks

Returns 'True' if stream is opened with either StreamMode.Read or StreamMode.ReadWithoutLock.

Back to top Copyright © 2017 Alachisoft