C# 클래스 Sehraf.RSRPC.RSSSHConnector

파일 보기 프로젝트 열기: sehraf/RSSSHClient 1 사용 예제들

공개 메소드들

메소드 설명
Connect ( ) : bool
Disconnect ( ) : void
RSSSHConnector ( RSRPC parent, string IP, ushort port, string user, string pw ) : System
Reconnect ( ShellStream &stream ) : bool

비공개 메소드들

메소드 설명
SSHError ( object sender, ExceptionEventArgs e ) : void

메소드 상세

Connect() 공개 메소드

public Connect ( ) : bool
리턴 bool

Disconnect() 공개 메소드

public Disconnect ( ) : void
리턴 void

RSSSHConnector() 공개 메소드

public RSSSHConnector ( RSRPC parent, string IP, ushort port, string user, string pw ) : System
parent RSRPC
IP string
port ushort
user string
pw string
리턴 System

Reconnect() 공개 메소드

public Reconnect ( ShellStream &stream ) : bool
stream Renci.SshNet.ShellStream
리턴 bool