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




The length of data available on the stream. This method always throws a NotSupportedException.
Syntax
'Declaration
 
Public Overrides ReadOnly Property Length As Long
'Usage
 
Dim instance As SessionStream
Dim value As Long
 
value = instance.Length
public override long Length {get;}
public: __property long get_Length() override;
public:
property int64 Length {
   int64 get() override;
}

Property Value

A long value representing the length of the stream in bytes.
Exceptions
ExceptionDescription
System.NotSupportedExceptionAlways 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