C# 클래스 EventAI_Creator.SSHConnection

파일 보기 프로젝트 열기: xfurry/eventAI_tool

공개 프로퍼티들

프로퍼티 타입 설명
error System.Exception
host string
lPort int
pass string
rPort int
session Tamir.SharpSsh.jsch.Session
sshPort int
user string

공개 메소드들

메소드 설명
Connect ( string thost, string tuser, string tpass, string tport ) : bool
DisConnect ( ) : void

메소드 상세

Connect() 공개 정적인 메소드

public static Connect ( string thost, string tuser, string tpass, string tport ) : bool
thost string
tuser string
tpass string
tport string
리턴 bool

DisConnect() 공개 정적인 메소드

public static DisConnect ( ) : void
리턴 void

프로퍼티 상세

error 공개적으로 정적으로 프로퍼티

public static Exception,System error
리턴 System.Exception

host 공개적으로 정적으로 프로퍼티

public static string host
리턴 string

lPort 공개적으로 정적으로 프로퍼티

public static int lPort
리턴 int

pass 공개적으로 정적으로 프로퍼티

public static string pass
리턴 string

rPort 공개적으로 정적으로 프로퍼티

public static int rPort
리턴 int

session 공개적으로 정적으로 프로퍼티

public static Session,Tamir.SharpSsh.jsch session
리턴 Tamir.SharpSsh.jsch.Session

sshPort 공개적으로 정적으로 프로퍼티

public static int sshPort
리턴 int

user 공개적으로 정적으로 프로퍼티

public static string user
리턴 string