Dart.Ssh Namespace : ChallengeEventArgs Class |
The following tables list the members exposed by ChallengeEventArgs.
Name | Description | |
---|---|---|
Echo | Gets information sent by the server that indicates whether responses will be echoed back to the client. | |
Instruction | Gets the instruction string sent by the server. | |
Name | Gets the name string sent by the server. | |
Prompt | Gets the prompt or prompts sent by the server. | |
Response | 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. |