PowerTCP SSH and SFTP for .NET
ErrorStream Property




Gets the Stream that can be read for error conditions.
Syntax
'Declaration
 
Public ReadOnly Property ErrorStream As Stream
'Usage
 
Dim instance As SessionStream
Dim value As Stream
 
value = instance.ErrorStream
public Stream ErrorStream {get;}
public: __property Stream* get_ErrorStream();
public:
property Stream^ ErrorStream {
   Stream^ get();
}
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