C# Class Poderosa.PortForwarding.ConnectionManager

Afficher le fichier Open project: poderosaproject/poderosa Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

CloseAll() public méthode

public CloseAll ( ) : void
Résultat void

ConnectionClosed() public méthode

public ConnectionClosed ( ISSHConnection connection ) : void
connection ISSHConnection
Résultat void

ConnectionError() public méthode

public ConnectionError ( ISSHConnection connection, Exception error ) : void
connection ISSHConnection
error System.Exception
Résultat void

ConnectionManager() public méthode

public ConnectionManager ( ) : System
Résultat System

GetOrCreateConnection() public méthode

public GetOrCreateConnection ( Poderosa.PortForwarding.ChannelProfile prof, Form parent ) : ISSHConnection
prof Poderosa.PortForwarding.ChannelProfile
parent System.Windows.Forms.Form
Résultat ISSHConnection

IsConnected() public méthode

public IsConnected ( Poderosa.PortForwarding.ChannelProfile prof ) : bool
prof Poderosa.PortForwarding.ChannelProfile
Résultat bool

ManualClose() public méthode

public ManualClose ( Poderosa.PortForwarding.ChannelProfile prof ) : void
prof Poderosa.PortForwarding.ChannelProfile
Résultat void

StartNewConnection() public static méthode

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
Résultat Poderosa.PortForwarding.SocketWithTimeout