 | AutoResetStream.CanWrite Property |
When overridden in a derived class, gets a value indicating whether the current stream supports writing.
Namespace:
BionicCode.Utilities.Net.Standard.IO
Assembly:
BionicCode.Utilities.Net.Standard (in BionicCode.Utilities.Net.Standard.dll) Version: 1.0.4
Syntaxpublic override bool CanWrite { get; }
public:
virtual property bool CanWrite {
bool get () override;
}
abstract CanWrite : bool with get
override CanWrite : bool with get
/** @property */
public boolean get_CanWrite()
override function get CanWrite () : boolean
VIRTUAL PROPERTY CanWrite AS LOGIC GET
Return Value
Type:
Booleantrue if the stream supports writing; otherwise,
false.
See Also