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 | It specifies a boolean value, either true or false. |
Overrides
System.IO.Stream.CanRead
Remarks
Returns true, if stream is opened with either StreamMode.Read or StreamMode.ReadWithoutLock.