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




Gets a value indicating if the session is active.
Syntax
'Declaration
 
Public Overrides ReadOnly Property CanRead As Boolean
'Usage
 
Dim instance As SessionStream
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;
}
See Also

Reference

SessionStream Class
SessionStream Members


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