C# 클래스 Poderosa.Protocols.SSHTerminalConnection

상속: TCPTerminalConnection
파일 보기 프로젝트 열기: poderosaproject/poderosa 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

AttachTransmissionSide() 공개 메소드

public AttachTransmissionSide ( ISSHConnection con, AuthenticationStatus authStatus ) : void
con ISSHConnection
authStatus AuthenticationStatus
리턴 void

Close() 공개 메소드

public Close ( ) : void
리턴 void

GetKeyboardInteractiveAuthenticationHandler() 공개 메소드

public GetKeyboardInteractiveAuthenticationHandler ( ) : IKeyboardInteractiveAuthenticationHandler
리턴 IKeyboardInteractiveAuthenticationHandler

SSHTerminalConnection() 공개 메소드

public SSHTerminalConnection ( ISSHLoginParameter ssh ) : System
ssh ISSHLoginParameter
리턴 System

Write() 공개 메소드

public Write ( byte buf ) : void
buf byte
리턴 void

Write() 공개 메소드

public Write ( byte buf, int offset, int length ) : void
buf byte
offset int
length int
리턴 void