Gets a value indicating whether the current stream supports writing.
Namespace:
Rebex.Security
Assembly:
Rebex.Security (in Rebex.Security.dll)
Syntax
| Visual Basic |
|---|
Public Overrides ReadOnly Property CanWrite As Boolean Get |
| C# |
|---|
public override bool CanWrite { get; } |
Return Value
true if the stream supports writing; otherwise, false.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ObjectDisposedException | Methods were called after the stream was closed. |