PowerTCP SSH and SFTP for .NET
Seek Method (SessionStream)




This method throws a System.NotSupportedException.
Syntax
'Declaration
 
Public Overrides Function Seek( _
   ByVal offset As Long, _
   ByVal origin As SeekOrigin _
) As Long
'Usage
 
Dim instance As SessionStream
Dim offset As Long
Dim origin As SeekOrigin
Dim value As Long
 
value = instance.Seek(offset, origin)
public override long Seek( 
   long offset,
   SeekOrigin origin
)
public: long Seek( 
   long offset,
   SeekOrigin origin
) override 
public:
int64 Seek( 
   int64 offset,
   SeekOrigin origin
) override 

Parameters

offset
origin
Exceptions
ExceptionDescription
System.NotSupportedExceptionAlways throws this exception if used.
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