Property CanWrite
CanWrite
Gets a value indicating whether the current stream supports writing.
Declaration
public override bool CanWrite { get; }
Property Value
Type | Description |
---|---|
System.Boolean | It specifies a boolean value, either true or false. |
Overrides
System.IO.Stream.CanWrite
Remarks
Returns true, if stream is opened with StreamMode.Write.