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