PowerTCP SSH and SFTP for .NET
CanTimeout Property




Gets a value indicating if the stream can timeout. Always returns true.
Syntax
'Declaration
 
Public Overrides ReadOnly Property CanTimeout As Boolean
'Usage
 
Dim instance As SessionStream
Dim value As Boolean
 
value = instance.CanTimeout
public override bool CanTimeout {get;}
public: __property bool get_CanTimeout() override;
public:
property bool CanTimeout {
   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