PowerTCP SSH and SFTP for .NET
Echo Property




Gets information sent by the server that indicates whether responses will be echoed back to the client.
Syntax
'Declaration
 
Public ReadOnly Property Echo As Boolean()
'Usage
 
Dim instance As ChallengeEventArgs
Dim value() As Boolean
 
value = instance.Echo
public bool[] Echo {get;}
public: __property bool[]* get_Echo();
public:
property array<bool>^ Echo {
   array<bool>^ get();
}
See Also

Reference

ChallengeEventArgs Class
ChallengeEventArgs Members


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