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




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