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 public override bool CanWrite { get; }
Property Value
Type:
BooleanA value indicating whether the current stream supports writing.
See Also