PowerTCP Zip Compression for .NET
CanWrite Property




Gets a value indicating whether the current Stream supports writing.
Syntax
Public Overrides ReadOnly Property CanWrite As Boolean
Dim instance As BaseStream
Dim value As Boolean
 
value = instance.CanWrite
public override bool CanWrite {get;}
public: __property bool get_CanWrite() override;
public:
property bool CanWrite {
   bool get() override;
}

Property Value

true if the Stream supports writing; false otherwise.
See Also

Reference

BaseStream Class
BaseStream Members


PowerTCP Zip for .NET Documentation Version 2.1.1
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic