Xceed .NET Libraries Documentation
Xceed.SSH.Client Assembly / Xceed.SSH.Client Namespace / KeyboardInteractiveRequest Class / KeyboardInteractiveRequest Constructor / KeyboardInteractiveRequest Constructor(String,Boolean,String)


In This Topic
    KeyboardInteractiveRequest Constructor(String,Boolean,String)
    In This Topic
    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