C# Class Sehraf.RSRPC.RSSSHConnector

Exibir arquivo Open project: sehraf/RSSSHClient Class Usage Examples

Public Methods

Method Description
Connect ( ) : bool
Disconnect ( ) : void
RSSSHConnector ( RSRPC parent, string IP, ushort port, string user, string pw ) : System
Reconnect ( ShellStream &stream ) : bool

Private Methods

Method Description
SSHError ( object sender, ExceptionEventArgs e ) : void

Method Details

Connect() public method

public Connect ( ) : bool
return bool

Disconnect() public method

public Disconnect ( ) : void
return void

RSSSHConnector() public method

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

Reconnect() public method

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