PowerTCP SSH and SFTP for .NET
Stderr Property




Carries data written by the remote process to the STDERR filedescriptor.
Syntax
'Declaration
 
Public ReadOnly Property Stderr As Stream
'Usage
 
Dim instance As Session
Dim value As Stream
 
value = instance.Stderr
public Stream Stderr {get;}
public: __property Stream* get_Stderr();
public:
property Stream^ Stderr {
   Stream^ get();
}
See Also

Reference

Session Class
Session Members


PowerTCP SSH and SFTP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic