C# 클래스 Granados.SSHConnectionParameter

SSH connection parameter.
Fill the properties of ConnectionParameter object before you start the connection.
파일 보기 프로젝트 열기: poderosaproject/poderosa 1 사용 예제들

공개 메소드들

메소드 설명
Clone ( ) : SSHConnectionParameter

Clone this object.

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

Constructor

메소드 상세

Clone() 공개 메소드

Clone this object.
public Clone ( ) : SSHConnectionParameter
리턴 SSHConnectionParameter

SSHConnectionParameter() 공개 메소드

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.
리턴 System