메소드 | 설명 | |
---|---|---|
CloseAll ( ) : void | ||
ConnectionClosed ( ISSHConnection connection ) : void | ||
ConnectionError ( ISSHConnection connection, |
||
ConnectionManager ( ) : System | ||
GetOrCreateConnection ( Poderosa.PortForwarding.ChannelProfile prof, |
||
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 |
public ConnectionClosed ( ISSHConnection connection ) : void | ||
connection | ISSHConnection | |
리턴 | void |
public ConnectionError ( ISSHConnection connection, |
||
connection | ISSHConnection | |
error | ||
리턴 | void |
public GetOrCreateConnection ( Poderosa.PortForwarding.ChannelProfile prof, |
||
prof | Poderosa.PortForwarding.ChannelProfile | |
parent | ||
리턴 | ISSHConnection |
public IsConnected ( Poderosa.PortForwarding.ChannelProfile prof ) : bool | ||
prof | Poderosa.PortForwarding.ChannelProfile | |
리턴 | bool |
public ManualClose ( Poderosa.PortForwarding.ChannelProfile prof ) : void | ||
prof | Poderosa.PortForwarding.ChannelProfile | |
리턴 | void |
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 |