Xceed .NET Libraries Documentation
KeyboardInteractiveRequest Constructor(String,Boolean,String)


Xceed.SSH.Client Assembly > Xceed.SSH.Client Namespace > KeyboardInteractiveRequest Class > KeyboardInteractiveRequest Constructor : KeyboardInteractiveRequest Constructor(String,Boolean,String)
Syntax
'Declaration
 
Public Function New( _
   ByVal prompt As String, _
   ByVal echo As Boolean, _
   ByVal response As String _
)
'Usage
 
Dim prompt As String
Dim echo As Boolean
Dim response As String
 
Dim instance As New KeyboardInteractiveRequest(prompt, echo, response)
public KeyboardInteractiveRequest( 
   string prompt,
   bool echo,
   string response
)

Parameters

prompt
echo
response
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

KeyboardInteractiveRequest Class
KeyboardInteractiveRequest Members
Overload List