PowerTCP SSH and SFTP for .NET
Prompt Property




Gets the prompt or prompts sent by the server.
Syntax
'Declaration
 
Public ReadOnly Property Prompt As String()
'Usage
 
Dim instance As ChallengeEventArgs
Dim value() As String
 
value = instance.Prompt
public string[] Prompt {get;}
public: __property string*[]* get_Prompt();
public:
property array<String^>^ Prompt {
   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