PowerTCP SSH and SFTP for .NET
ReadTimeout Property




Gets or sets the read timeout period for the Stream in milliseconds.
Syntax
'Declaration
 
Public Overrides Property ReadTimeout As Integer
'Usage
 
Dim instance As SessionStream
Dim value As Integer
 
instance.ReadTimeout = value
 
value = instance.ReadTimeout
public override int ReadTimeout {get; set;}
public: __property int get_ReadTimeout() override;
public: __property void set_ReadTimeout( 
   int value
) override;
public:
property int ReadTimeout {
   int get() override;
   void set (    int value) override;
}
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