Click or drag to resize
BufferStreamCanWrite Property
When overridden in a derived class, gets a value indicating whether the current stream supports writing.

Namespace: Lawo.IO
Assembly: Lawo (in Lawo.dll) Version: 1.4.1707.27006
Syntax
C#
public override bool CanWrite { get; }

Return Value

Type: Boolean
true if the stream supports writing; otherwise, false.
See Also