PowerTCP SSH and SFTP for .NET
CanRead Property (BaseStream)




Gets a value indicating whether the current Stream supports reading.
Syntax
'Declaration
 
Public Overrides ReadOnly Property CanRead As Boolean
'Usage
 
Dim instance As BaseStream
Dim value As Boolean
 
value = instance.CanRead
public override bool CanRead {get;}
public: __property bool get_CanRead() override;
public:
property bool CanRead {
   bool get() override;
}

Property Value

true if reading is currently allowed, and false if not.
See Also

Reference

BaseStream Class
BaseStream Members


PowerTCP SSH and SFTP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic