XtsStream.CanRead Property
Namespace: Rebex.Security
Assembly: Rebex.Security.dll (version 7.0.9313)
CanRead
Gets a value indicating whether the stream supports reading.
Declaration
public override bool CanRead { get; }
Property Value
| Type | Description |
|---|---|
| Boolean | true if the stream supports reading; otherwise, false. |
Overrides
Exceptions
| Type | Condition |
|---|---|
| Object |
Methods were called after the stream was closed. |