PowerTCP SSH and SFTP for .NET
Response Property




Gets a string array that the user should initialize to values that will be sent to the server for authentication. Each Response correlates to a Prompt at the same index.
Syntax
'Declaration
 
Public ReadOnly Property Response As String()
'Usage
 
Dim instance As ChallengeEventArgs
Dim value() As String
 
value = instance.Response
public string[] Response {get;}
public: __property string*[]* get_Response();
public:
property array<String^>^ Response {
   array<String^>^ 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