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




Gets the position in the stream. Use of this property throws a System.NotSupportedException.
Syntax
'Declaration
 
Public Overrides Property Position As Long
'Usage
 
Dim instance As SessionStream
Dim value As Long
 
instance.Position = value
 
value = instance.Position
public override long Position {get; set;}
public: __property long get_Position() override;
public: __property void set_Position( 
   long value
) override;
public:
property int64 Position {
   int64 get() override;
   void set (    int64 value) override;
}

Property Value

The current position within the stream.
Exceptions
ExceptionDescription
System.NotSupportedException.#ctorAlways throws this exception.
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