Click or drag to resize

StreamOnIStreamCanWrite Property

When overridden in a derived class, gets a value indicating whether the current stream supports writing.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public override bool CanWrite { get; }

Property Value

Type: Boolean
A value indicating whether the current stream supports writing.
See Also