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




Gets a value indicating whether the current Stream supports seeking.
Syntax
'Declaration
 
Public Overrides ReadOnly Property CanSeek As Boolean
'Usage
 
Dim instance As BaseStream
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;
}

Property Value

This property always returns false;
Remarks
Streams used by PowerTCP do not support seeking. This property always returns false.
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