C# Class Poderosa.PortForwarding.SSHConnector

Inheritance: Poderosa.PortForwarding.SocketWithTimeout
Afficher le fichier Open project: poderosaproject/poderosa Class Usage Examples

Méthodes publiques

Méthode Description
SSHConnector ( Poderosa.PortForwarding.ChannelProfile prof, string password, VerifySSHHostKeyDelegate keycheck ) : System

Méthodes protégées

Méthode Description
GetHostDescription ( ) : string
Negotiate ( ) : void

Private Methods

Méthode Description
CheckKey ( ISSHHostKeyInformationProvider info ) : bool

Method Details

GetHostDescription() protected méthode

protected GetHostDescription ( ) : string
Résultat string

Negotiate() protected méthode

protected Negotiate ( ) : void
Résultat void

SSHConnector() public méthode

public SSHConnector ( Poderosa.PortForwarding.ChannelProfile prof, string password, VerifySSHHostKeyDelegate keycheck ) : System
prof Poderosa.PortForwarding.ChannelProfile
password string
keycheck VerifySSHHostKeyDelegate
Résultat System