C# Class Poderosa.Protocols.SSHTerminalConnection

Inheritance: TCPTerminalConnection
Afficher le fichier Open project: poderosaproject/poderosa Class Usage Examples

Méthodes publiques

Méthode Description
AttachTransmissionSide ( ISSHConnection con, AuthenticationStatus authStatus ) : void
Close ( ) : void
GetKeyboardInteractiveAuthenticationHandler ( ) : IKeyboardInteractiveAuthenticationHandler
SSHTerminalConnection ( ISSHLoginParameter ssh ) : System
Write ( byte buf ) : void
Write ( byte buf, int offset, int length ) : void

Private Methods

Méthode Description
InputAuthenticationResponse ( byte buf, int offset, int length ) : void

Method Details

AttachTransmissionSide() public méthode

public AttachTransmissionSide ( ISSHConnection con, AuthenticationStatus authStatus ) : void
con ISSHConnection
authStatus AuthenticationStatus
Résultat void

Close() public méthode

public Close ( ) : void
Résultat void

GetKeyboardInteractiveAuthenticationHandler() public méthode

public GetKeyboardInteractiveAuthenticationHandler ( ) : IKeyboardInteractiveAuthenticationHandler
Résultat IKeyboardInteractiveAuthenticationHandler

SSHTerminalConnection() public méthode

public SSHTerminalConnection ( ISSHLoginParameter ssh ) : System
ssh ISSHLoginParameter
Résultat System

Write() public méthode

public Write ( byte buf ) : void
buf byte
Résultat void

Write() public méthode

public Write ( byte buf, int offset, int length ) : void
buf byte
offset int
length int
Résultat void