C# Class Granados.SSHConnectionParameter

SSH connection parameter.
Fill the properties of ConnectionParameter object before you start the connection.
ファイルを表示 Open project: poderosaproject/poderosa Class Usage Examples

Public Methods

Method Description
Clone ( ) : SSHConnectionParameter

Clone this object.

SSHConnectionParameter ( string hostName, int portNumber, SSHProtocol protocol, AuthenticationType authType, string userName, string password ) : System

Constructor

Method Details

Clone() public method

Clone this object.
public Clone ( ) : SSHConnectionParameter
return SSHConnectionParameter

SSHConnectionParameter() public method

Constructor
public SSHConnectionParameter ( string hostName, int portNumber, SSHProtocol protocol, AuthenticationType authType, string userName, string password ) : System
hostName string Host name
portNumber int port number
protocol SSHProtocol SSH protocol version
authType AuthenticationType authentication type
userName string user name for login
password string password for login. pass empty string for the keyboard interactive mode.
return System