dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / SshOptions Class / SshOptions Constructor / SshOptions Constructor(String,String,String)
Name or ip address of SSH server.
User id on SSH server.
User password on SSH server.

In This Topic
    SshOptions Constructor(String,String,String)
    In This Topic
    Initializes a new instance of the SshOptions class and initializes some of its properties.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal host As String, _
       ByVal user As String, _
       ByVal password As String _
    )
    public SshOptions( 
       string host,
       string user,
       string password
    )

    Parameters

    host
    Name or ip address of SSH server.
    user
    User id on SSH server.
    password
    User password on SSH server.
    See Also