메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
InputAuthenticationResponse ( byte buf, int offset, int length ) : void |
public AttachTransmissionSide ( ISSHConnection con, AuthenticationStatus authStatus ) : void | ||
con | ISSHConnection | |
authStatus | AuthenticationStatus | |
리턴 | void |
public GetKeyboardInteractiveAuthenticationHandler ( ) : IKeyboardInteractiveAuthenticationHandler | ||
리턴 | IKeyboardInteractiveAuthenticationHandler |
public SSHTerminalConnection ( ISSHLoginParameter ssh ) : System | ||
ssh | ISSHLoginParameter | |
리턴 | System |
public Write ( byte buf, int offset, int length ) : void | ||
buf | byte | |
offset | int | |
length | int | |
리턴 | void |