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




This method throws a NotSupportedException.
Syntax
'Declaration
 
Public Overrides Sub SetLength( _
   ByVal value As Long _
) 
'Usage
 
Dim instance As SessionStream
Dim value As Long
 
instance.SetLength(value)
public override void SetLength( 
   long value
)
public: void SetLength( 
   long value
) override 
public:
void SetLength( 
   int64 value
) override 

Parameters

value
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