PowerTCP FTP for .NET
CanSeek Property



Gets a value indicating whether the current Stream supports seeking.
Syntax
Public Overrides ReadOnly Property CanSeek As Boolean
Dim instance As BaseStream
Dim value As Boolean
 
value = instance.CanSeek
public override bool CanSeek {get;}
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 FTP for .NET Documentation Version 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic