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




Gets a value indicating if the stream can be written to.
Syntax
'Declaration
 
Public Overrides ReadOnly Property CanWrite As Boolean
'Usage
 
Dim instance As SessionStream
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;
}
Remarks

Returns true while the session is active.

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