C# 클래스 Poderosa.PortForwarding.SSHConnector

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

공개 메소드들

메소드 설명
SSHConnector ( Poderosa.PortForwarding.ChannelProfile prof, string password, VerifySSHHostKeyDelegate keycheck ) : System

보호된 메소드들

메소드 설명
GetHostDescription ( ) : string
Negotiate ( ) : void

비공개 메소드들

메소드 설명
CheckKey ( ISSHHostKeyInformationProvider info ) : bool

메소드 상세

GetHostDescription() 보호된 메소드

protected GetHostDescription ( ) : string
리턴 string

Negotiate() 보호된 메소드

protected Negotiate ( ) : void
리턴 void

SSHConnector() 공개 메소드

public SSHConnector ( Poderosa.PortForwarding.ChannelProfile prof, string password, VerifySSHHostKeyDelegate keycheck ) : System
prof Poderosa.PortForwarding.ChannelProfile
password string
keycheck VerifySSHHostKeyDelegate
리턴 System