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 |
Remarks
Returns 'True' if stream is opened with either StreamMode.Read or StreamMode.ReadWithoutLock.