C# 클래스 Poderosa.PortForwarding.ConnectionManager

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

공개 메소드들

메소드 설명
CloseAll ( ) : void
ConnectionClosed ( ISSHConnection connection ) : void
ConnectionError ( ISSHConnection connection, Exception error ) : void
ConnectionManager ( ) : System
GetOrCreateConnection ( Poderosa.PortForwarding.ChannelProfile prof, Form parent ) : ISSHConnection
IsConnected ( Poderosa.PortForwarding.ChannelProfile prof ) : bool
ManualClose ( Poderosa.PortForwarding.ChannelProfile prof ) : void
StartNewConnection ( ISocketWithTimeoutClient client, Poderosa.PortForwarding.ChannelProfile prof, string password, VerifySSHHostKeyDelegate keycheck ) : Poderosa.PortForwarding.SocketWithTimeout

메소드 상세

CloseAll() 공개 메소드

public CloseAll ( ) : void
리턴 void

ConnectionClosed() 공개 메소드

public ConnectionClosed ( ISSHConnection connection ) : void
connection ISSHConnection
리턴 void

ConnectionError() 공개 메소드

public ConnectionError ( ISSHConnection connection, Exception error ) : void
connection ISSHConnection
error System.Exception
리턴 void

ConnectionManager() 공개 메소드

public ConnectionManager ( ) : System
리턴 System

GetOrCreateConnection() 공개 메소드

public GetOrCreateConnection ( Poderosa.PortForwarding.ChannelProfile prof, Form parent ) : ISSHConnection
prof Poderosa.PortForwarding.ChannelProfile
parent System.Windows.Forms.Form
리턴 ISSHConnection

IsConnected() 공개 메소드

public IsConnected ( Poderosa.PortForwarding.ChannelProfile prof ) : bool
prof Poderosa.PortForwarding.ChannelProfile
리턴 bool

ManualClose() 공개 메소드

public ManualClose ( Poderosa.PortForwarding.ChannelProfile prof ) : void
prof Poderosa.PortForwarding.ChannelProfile
리턴 void

StartNewConnection() 공개 정적인 메소드

public static StartNewConnection ( ISocketWithTimeoutClient client, Poderosa.PortForwarding.ChannelProfile prof, string password, VerifySSHHostKeyDelegate keycheck ) : Poderosa.PortForwarding.SocketWithTimeout
client ISocketWithTimeoutClient
prof Poderosa.PortForwarding.ChannelProfile
password string
keycheck VerifySSHHostKeyDelegate
리턴 Poderosa.PortForwarding.SocketWithTimeout